Browse Source

need the ioctl header file

Mike Frysinger 19 years ago
parent
commit
0f6b97d4de
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/termios/termios.c

+ 1 - 0
test/termios/termios.c

@@ -3,6 +3,7 @@
 #include <termios.h>
 #include <unistd.h>
 #include <asm/ioctls.h>
+#include <sys/ioctl.h>
 
 int main(int argc,char *argv[])
 {