]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD/MINOR: silent a build warning in src/pipe.c (fcntl)
authorWilly Tarreau <w@1wt.eu>
Mon, 24 Oct 2011 15:09:22 +0000 (17:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 24 Oct 2011 15:09:22 +0000 (17:09 +0200)
src/pipe.c

index 76ab8f947db0154a6f406da20614374da09d6171..fce115e6936e833a7bed1c4f7c501dcd44b164c4 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include <unistd.h>
+#include <fcntl.h>
 
 #include <common/config.h>
 #include <common/memory.h>