summaryrefslogtreecommitdiff
path: root/src/sig_handler.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2012-09-25 11:45:31 +0000
committerChristian Pointner <equinox@anytun.org>2012-09-25 11:45:31 +0000
commit4dda2b162fdab27197f371bb85842da581aee834 (patch)
treef0b10a52e541160c1739444923066c83e1c491ff /src/sig_handler.c
parentconfigure script cleanup (diff)
-Wall cleanup
Diffstat (limited to 'src/sig_handler.c')
-rw-r--r--src/sig_handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sig_handler.c b/src/sig_handler.c
index 92b1d02..7c5c695 100644
--- a/src/sig_handler.c
+++ b/src/sig_handler.c
@@ -42,7 +42,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
-
+#include <string.h>
static int sig_pipe_fds[2];