mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
BUILD/MINOR: silent a build warning in src/pipe.c (fcntl)
This commit is contained in:
parent
bd9a0a7781
commit
9ed560e964
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <common/config.h>
|
||||
#include <common/memory.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue