diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-05-12 05:08:15 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-05-12 05:08:15 +0000 |
commit | 4e475032328d5fdaead5daaf6a00a46979cabf6e (patch) | |
tree | 0d4c1bedae4f261c3e902866c1b0e925b41f3db2 /odmr.c | |
parent | 82c1fcd560054c0d7a93712f2c24c14abe2294bf (diff) | |
download | fetchmail-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.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |