aboutsummaryrefslogtreecommitdiffstats
path: root/odmr.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 /odmr.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 'odmr.c')
-rw-r--r--odmr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/odmr.c b/odmr.c
index c712ccb8..bc694083 100644
--- a/odmr.c
+++ b/odmr.c
@@ -9,6 +9,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
+#ifdef HAVE_STRING_H /* strcat() */
+#include <string.h>
+#endif
#ifdef HAVE_NET_SOCKET_H /* BeOS needs this */
#include <net/socket.h>
#endif