mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 20:46:11 +02: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…
x
Reference in New Issue
Block a user