vmsplice examples: need fcntl.h include
[splice.git] / vmsplice.c
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>