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