mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-04 22:30:28 -05:00
BUILD: sock_unix: add missing errno.h
It builds fine when openssl is enabled, but fails otherwise. No backport is needed.
This commit is contained in:
parent
af9609b4d1
commit
eb8cfe6723
1 changed files with 2 additions and 1 deletions
|
|
@ -10,8 +10,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue