blob: 9d34c44b9be1c3452ae9f1940a6c85d94e4a89b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- ./agent/filter/logfile.c.orig 2008-08-19 17:44:07.000000000 +0900
+++ ./agent/filter/logfile.c 2014-08-14 01:59:33.539704490 +0900
@@ -58,6 +58,12 @@
#endif
#endif /* I_STDLIB */
+#ifdef I_STRING
+#include <string.h>
+#else
+#include <strings.h>
+#endif
+
#ifdef I_TIME
# include <time.h>
#endif
|