commit | 71e451c74cc1b71576bab6f2fe329f8390d57868 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 05 22:18:07 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 05 22:18:07 2012 +0200 |
tree | a09cb6273d5427848f604e63c9ac191377aab922 | |
parent | 76d8895c4931dab2a690769dced012ed9cd85bd5 [diff] |
CLEANUP: cttproxy: remove a warning on undeclared close() This one is harmless and only happens on old systems anyway.
diff --git a/src/cttproxy.c b/src/cttproxy.c index 0cfd834..eaa4734 100644 --- 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>