flag parameters: NONBLOCK in socket and socketpair
[safe/jmp/linux-2.6] / include / linux / net.h
index 39a23af..2f999fb 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <linux/wait.h>
 #include <linux/socket.h>
-#include <linux/fcntl.h>       /* For O_CLOEXEC */
+#include <linux/fcntl.h>       /* For O_CLOEXEC and O_NONBLOCK */
 #include <asm/socket.h>
 
 struct poll_table_struct;