Skip to content

Commit 05de107

Browse files
committed
header inclusion by jason thomas
1 parent ad3d6cf commit 05de107

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kbhit/kbhit.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/**
22
Linux (POSIX) implementation of _kbhit().
3-
Morgan McGuire, morgan@cs.brown.edu
3+
Morgan McGuire, morgan@casual-effectcs.com
44
*/
55
#include <stdio.h>
6+
#include <sys/ioctl.h>
67
#include <sys/select.h>
78
#include <termios.h>
89
#include <stropts.h>
@@ -41,4 +42,4 @@ int main(int argc, char** argv) {
4142
printf("\nDone.\n");
4243

4344
return 0;
44-
}
45+
}

0 commit comments

Comments
 (0)