mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-19 04:00:46 +00: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
@ -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 New Issue
Block a user