blob: 1783bd1fcc45ee50d98cbd6cc4ead51432e24785 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- icb/c_time.c.orig 2000-12-15 12:21:02.000000000 +0900
+++ icb/c_time.c 2012-10-25 18:28:19.000000000 +0900
@@ -4,7 +4,7 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
-#ifdef STRING_H
+#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_TIME_H
|