blob: 3dd285d8f301de01121cc12eedcff915057a6d65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- lib/prepargs.c.orig Thu Nov 16 01:32:16 2000
+++ lib/prepargs.c Thu Nov 16 01:32:58 2000
@@ -23,6 +23,11 @@
#endif
#include "prepargs.h"
#include <sys/types.h>
+#if HAVE_STRING_H
+# include <string.h>
+#else
+# include <strings.h>
+#endif
#include <xalloc.h>
#include <ctype.h>
|