aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-08-30 18:04:49 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-08-30 18:04:49 +0000
commit63e73179a50ab463e460a5c2ed070b6c5a6a1dbd (patch)
tree728d3982ab5ae9c52b086838bdd143dc60e20063 /daemon.c
parentfa56dea6e03634e7a89962d75a3f0e9c949931b6 (diff)
downloadfetchmail-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon.c b/daemon.c
index a12f2c70..10c52b66 100644
--- a/daemon.c
+++ b/daemon.c
@@ -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>