summaryrefslogtreecommitdiff
path: root/src/uanytun.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-12-27 01:49:58 +0000
committerChristian Pointner <equinox@anytun.org>2008-12-27 01:49:58 +0000
commitc2e1328f29f4c81459692eec48edadaa473e642a (patch)
treec31e308bfcfaa9cb032d8ae7757806ee9dc9dda1 /src/uanytun.c
parentinitial checkin (diff)
added empty tun.c and h
Diffstat (limited to 'src/uanytun.c')
-rw-r--r--src/uanytun.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uanytun.c b/src/uanytun.c
index 76aca3e..162ad5d 100644
--- a/src/uanytun.c
+++ b/src/uanytun.c
@@ -39,6 +39,8 @@
#include "daemon.h"
#include "signal.h"
+#include "tun.h"
+
int main(int argc, char* argv[])
{
log_init("uanytun", DAEMON);