vmsplice examples: need fcntl.h include
authorJens Axboe <jens.axboe@oracle.com>
Fri, 8 Jun 2007 07:40:24 +0000 (09:40 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 8 Jun 2007 07:40:24 +0000 (09:40 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
vmsplice-touser.c
vmsplice.c

index 1536904c06b21938e3da3619bb5239efa414ffd5..7cbc1a0a7e42bae9de90ae3933cf2fb40ec9d7fa 100644 (file)
@@ -7,6 +7,7 @@
 #include <limits.h>
 #include <string.h>
 #include <getopt.h>
+#include <fcntl.h>
 #include <sys/poll.h>
 #include <sys/types.h>
 
index 03e259257d26b81d8902b37a655ea2286a8dccbc..73871eb47cfb9ad9b283b6be507b78e55666b6f0 100644 (file)
@@ -8,6 +8,7 @@
 #include <limits.h>
 #include <string.h>
 #include <getopt.h>
+#include <fcntl.h>
 #include <sys/poll.h>
 #include <sys/types.h>