summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-06-24 01:53:05 +0000
committerChristian Pointner <equinox@anytun.org>2009-06-24 01:53:05 +0000
commitadb1cabf11c7a5ca6b3a4b406801eea4b528fb2e (patch)
tree85ac1753f64c0d890cf522969a4865f2c529744d
parentfixed ifconfig calls for linux and bsd (diff)
fixed build on linux
-rw-r--r--src/sysexec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysexec.c b/src/sysexec.c
index 5cedbf7..cb07944 100644
--- a/src/sysexec.c
+++ b/src/sysexec.c
@@ -39,6 +39,7 @@
#include <fcntl.h>
#include <errno.h>
#include <sys/wait.h>
+#include <stdlib.h>
#include "sysexec.h"
#include "log.h"