blob: 4959da30bed08f67254fafee0b7657d31f382b78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- icb/s_user.c.orig 2000-10-02 20:25:52.000000000 +0900
+++ icb/s_user.c 2012-10-25 18:33:46.000000000 +0900
@@ -6,6 +6,10 @@
#include "icb.h"
#include "externs.h"
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+
int
s_user (ARGV_TCL)
{
|