From 4e475032328d5fdaead5daaf6a00a46979cabf6e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 12 May 2001 05:08:15 +0000 Subject: SA_RESTART and portability fixes. svn path=/trunk/; revision=3301 --- odmr.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odmr.c') diff --git a/odmr.c b/odmr.c index c712ccb8..bc694083 100644 --- a/odmr.c +++ b/odmr.c @@ -9,6 +9,9 @@ #include #include #include +#ifdef HAVE_STRING_H /* strcat() */ +#include +#endif #ifdef HAVE_NET_SOCKET_H /* BeOS needs this */ #include #endif -- cgit v1.2.3