commit | 9ed560e964b337f42ab46a7d16609b1f43178f78 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Oct 24 17:09:22 2011 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Oct 24 17:09:22 2011 +0200 |
tree | c01358ce6a1ec69fe77043a65b1faf2da79477fb | |
parent | bd9a0a77816a95ae1ff5598f372d91df02764c95 [diff] |
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>