aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-05-12 05:08:15 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-05-12 05:08:15 +0000
commit4e475032328d5fdaead5daaf6a00a46979cabf6e (patch)
tree0d4c1bedae4f261c3e902866c1b0e925b41f3db2 /socket.c
parent82c1fcd560054c0d7a93712f2c24c14abe2294bf (diff)
downloadfetchmail-4e475032328d5fdaead5daaf6a00a46979cabf6e.tar.gz
fetchmail-4e475032328d5fdaead5daaf6a00a46979cabf6e.tar.bz2
fetchmail-4e475032328d5fdaead5daaf6a00a46979cabf6e.zip
SA_RESTART and portability fixes.
svn path=/trunk/; revision=3301
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/socket.c b/socket.c
index 568f598a..d96743c8 100644
--- a/socket.c
+++ b/socket.c
@@ -9,6 +9,7 @@
#include <stdio.h>
#include <errno.h>
#include <string.h>
+#include <ctype.h> /* isspace() */
#ifdef HAVE_MEMORY_H
#include <memory.h>
#endif /* HAVE_MEMORY_H */