aboutsummaryrefslogtreecommitdiff
path: root/mail/mailagent/files/patch-agent::filter::logfile.c
blob: 60a0bcbc130a1e99b8b296113e8e6ae9058a1472 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- agent/filter/logfile.c.orig Fri Mar 17 12:59:44 2006
+++ agent/filter/logfile.c      Fri Mar 17 13:02:25 2006
@@ -47,6 +47,12 @@
 #include <stdio.h>
 #include <sys/types.h>
 
+#ifdef I_STRING
+#include <string.h>
+#else
+#include <strings.h>
+#endif
+
 #ifdef I_TIME
 # include <time.h>
 #endif