ioctls.h
authorandi <none@none>
Mon, 15 Nov 1999 18:53:38 +0000 (18:53 +0000)
committerandi <none@none>
Mon, 15 Nov 1999 18:53:38 +0000 (18:53 +0000)
nat/PlainSocketImpl.c

index 7dc5a563214acc1462ca149d8d2180cdcd89542f..e803a2026c092475cc4aa221729ca07a792a801f 100644 (file)
@@ -2,7 +2,7 @@
 
 #include <sys/socket.h>
 #include <netinet/tcp.h>
-#include <asm/termios.h>               /* a little linux-centric maybe?? (should be in autoconf) */
+#include <ioctls.h>            /* a little linux-centric maybe?? (should be in autoconf) */
 
 /*
  * Class:     java/net/PlainSocketImpl