summaryrefslogtreecommitdiff
path: root/src/uanytun.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-03-04 11:13:14 +0000
committerChristian Pointner <equinox@anytun.org>2009-03-04 11:13:14 +0000
commitf9363450a3fcb3f3460f4458a193988ca6695683 (patch)
tree99ca4880a28c6255159ae9177b46a81e02ce0796 /src/uanytun.c
parentupdated manpage and usage info (diff)
fixed build on FreeBSD
Diffstat (limited to 'src/uanytun.c')
-rw-r--r--src/uanytun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uanytun.c b/src/uanytun.c
index 83b16bb..396903d 100644
--- a/src/uanytun.c
+++ b/src/uanytun.c
@@ -40,7 +40,7 @@
#include <errno.h>
#include "log.h"
-#include "signal.h"
+#include "sig_handler.h"
#include "options.h"
#include "tun.h"