BUILD/MINOR: silent a build warning in src/pipe.c (fcntl)
diff --git a/src/pipe.c b/src/pipe.c
index 76ab8f9..fce115e 100644
--- a/src/pipe.c
+++ b/src/pipe.c
@@ -11,6 +11,7 @@
  */
 
 #include <unistd.h>
+#include <fcntl.h>
 
 #include <common/config.h>
 #include <common/memory.h>