diff options
Diffstat (limited to 'src/qmail-lspawn.c')
-rw-r--r-- | src/qmail-lspawn.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmail-lspawn.c b/src/qmail-lspawn.c index 57fba4b..cbf402e 100644 --- a/src/qmail-lspawn.c +++ b/src/qmail-lspawn.c @@ -15,6 +15,7 @@ #include "wait.h" #include "qlx.h" +#include "spawn.h" #ifdef USE_CONFIG #include "fehsqm-config.h" @@ -75,7 +76,7 @@ stralloc wildchars = {0}; static struct cdb c; -void nughde_get(char *local) +static void nughde_get(char *local) { char *(args[3]); int pi[2]; |