diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2009-09-02 14:11:49 +0200 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2009-09-02 14:11:49 +0200 |
| commit | 8461cb6c3df7dc9390b877dff416d979630359c2 (patch) | |
| tree | a1b5e8e9e7dea89c38c9cc5eae9ca5e8f9fb60f1 /plugin | |
| parent | 05418bf005850846b69c0c055b7f81d25add3732 (diff) | |
| download | eurephia-8461cb6c3df7dc9390b877dff416d979630359c2.tar.gz eurephia-8461cb6c3df7dc9390b877dff416d979630359c2.tar.xz eurephia-8461cb6c3df7dc9390b877dff416d979630359c2.zip | |
Added missing #include statements
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/eurephia.c | 1 | ||||
| -rw-r--r-- | plugin/firewall/eurephiafw.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/plugin/eurephia.c b/plugin/eurephia.c index 93b1b62..c22471c 100644 --- a/plugin/eurephia.c +++ b/plugin/eurephia.c @@ -20,6 +20,7 @@ */ #include <stdio.h> +#include <stdlib.h> #include <stdarg.h> #include <string.h> #include <getopt.h> 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> |
