BUILD/MINOR: silent a build warning in src/pipe.c (fcntl)

This commit is contained in:
Willy Tarreau 2011-10-24 17:09:22 +02:00
parent bd9a0a7781
commit 9ed560e964
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
*/
#include <unistd.h>
#include <fcntl.h>
#include <common/config.h>
#include <common/memory.h>