projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9609b
)
BUILD: sock_unix: add missing errno.h
author
Willy Tarreau
<w@1wt.eu>
Wed, 16 Sep 2020 20:15:40 +0000
(22:15 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 16 Sep 2020 20:15:40 +0000
(22:15 +0200)
It builds fine when openssl is enabled, but fails otherwise. No backport
is needed.
src/sock_unix.c
patch
|
blob
|
history
diff --git
a/src/sock_unix.c
b/src/sock_unix.c
index
8bdfed9
..
cf3e49c
100644
(file)
--- a/
src/sock_unix.c
+++ b/
src/sock_unix.c
@@
-10,8
+10,9
@@
*
*/
-#include <fcntl.h>
#include <ctype.h>
+#include <errno.h>
+#include <fcntl.h>
#include <string.h>
#include <unistd.h>