aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-27 17:42:25 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-27 17:42:25 +0000
commitf06fa5227c936ffb528b56a8a9a868a4e60cd990 (patch)
treed65ecec9100fd06969bfd2ee8d8a1633eee55e79
parent9ca684484a351b414659ea2119c34e2b8d048401 (diff)
downloadfetchmail-f06fa5227c936ffb528b56a8a9a868a4e60cd990.tar.gz
fetchmail-f06fa5227c936ffb528b56a8a9a868a4e60cd990.tar.bz2
fetchmail-f06fa5227c936ffb528b56a8a9a868a4e60cd990.zip
Try to avoid problems with memset.
svn path=/trunk/; revision=701
-rw-r--r--interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface.c b/interface.c
index 20d5e8ca..85ca85d8 100644
--- a/interface.c
+++ b/interface.c
@@ -14,6 +14,7 @@
#ifdef linux
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/ioctl.h>