diff options
author | Christian Pointner <equinox@spreadspace.org> | 2013-10-07 11:37:35 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2013-10-07 11:37:35 +0000 |
commit | 0b635145d3a16f4e6bb4182956917a320afc1bd7 (patch) | |
tree | 83a56b7225f564a1a6d3c3a12a7f4dab3505ceff /src/tcpproxy.c | |
parent | configure cleanup (diff) |
fixed build with -Wall
added build support for clang
git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@67 e61f0598-a718-4e21-a8f0-0aadfa62ad6b
Diffstat (limited to 'src/tcpproxy.c')
-rw-r--r-- | src/tcpproxy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tcpproxy.c b/src/tcpproxy.c index 7645c39..382b8eb 100644 --- a/src/tcpproxy.c +++ b/src/tcpproxy.c @@ -34,6 +34,7 @@ #include "datatypes.h" #include "options.h" #include "string_list.h" +#include "sig_handler.h" #include "log.h" #include "daemon.h" |