diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-08-30 18:04:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-08-30 18:04:49 +0000 |
commit | 63e73179a50ab463e460a5c2ed070b6c5a6a1dbd (patch) | |
tree | 728d3982ab5ae9c52b086838bdd143dc60e20063 /daemon.c | |
parent | fa56dea6e03634e7a89962d75a3f0e9c949931b6 (diff) | |
download | fetchmail-63e73179a50ab463e460a5c2ed070b6c5a6a1dbd.tar.gz fetchmail-63e73179a50ab463e460a5c2ed070b6c5a6a1dbd.tar.bz2 fetchmail-63e73179a50ab463e460a5c2ed070b6c5a6a1dbd.zip |
Horst von Brand's security and specfile patches.
svn path=/trunk/; revision=2956
Diffstat (limited to 'daemon.c')
-rw-r--r-- | daemon.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ #include <stdio.h> #include <errno.h> #include <signal.h> +#include <string.h> #include <sys/types.h> #ifdef HAVE_SYS_WAIT_H #include <sys/wait.h> |