projects
/
haproxy-2.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76d8895
)
CLEANUP: cttproxy: remove a warning on undeclared close()
author
Willy Tarreau
<w@1wt.eu>
Fri, 5 Oct 2012 20:18:07 +0000
(22:18 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Fri, 5 Oct 2012 20:18:07 +0000
(22:18 +0200)
This one is harmless and only happens on old systems anyway.
src/cttproxy.c
patch
|
blob
|
history
diff --git
a/src/cttproxy.c
b/src/cttproxy.c
index
0cfd834
..
eaa4734
100644
(file)
--- a/
src/cttproxy.c
+++ b/
src/cttproxy.c
@@
-16,6
+16,7
@@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include <sys/socket.h>
#include <sys/stat.h>