summaryrefslogtreecommitdiffstats
path: root/plugin/firewall
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-02 14:11:49 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-02 14:11:49 +0200
commit8461cb6c3df7dc9390b877dff416d979630359c2 (patch)
treea1b5e8e9e7dea89c38c9cc5eae9ca5e8f9fb60f1 /plugin/firewall
parent05418bf005850846b69c0c055b7f81d25add3732 (diff)
downloadeurephia-8461cb6c3df7dc9390b877dff416d979630359c2.tar.gz
eurephia-8461cb6c3df7dc9390b877dff416d979630359c2.tar.xz
eurephia-8461cb6c3df7dc9390b877dff416d979630359c2.zip
Added missing #include statements
Diffstat (limited to 'plugin/firewall')
-rw-r--r--plugin/firewall/eurephiafw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/firewall/eurephiafw.c b/plugin/firewall/eurephiafw.c
index 1dab652..e57f7cc 100644
--- a/plugin/firewall/eurephiafw.c
+++ b/plugin/firewall/eurephiafw.c
@@ -20,6 +20,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <dlfcn.h>
#include <errno.h>