aboutsummaryrefslogtreecommitdiffstats
path: root/lock.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 /lock.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 'lock.c')
-rw-r--r--lock.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lock.c b/lock.c
index 35abade1..379eba86 100644
--- a/lock.c
+++ b/lock.c
@@ -6,6 +6,9 @@
#include "config.h"
#include <stdio.h>
+#ifdef HAVE_STRING_H
+#include <string.h> /* strcat() */
+#endif
#if defined(STDC_HEADERS)
#include <stdlib.h>
#endif