mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
BUILD: listener: add fcntl.h and unistd.h
Otherwise it fails to build on some platforms.
This commit is contained in:
parent
818dca5098
commit
95ccdde1f2
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
|||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <common/accept4.h>
|
||||
#include <common/config.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue