mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02: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
@ -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 New Issue
Block a user