summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1999-02-12 01:42:29 +0000
committerthorpej <thorpej@NetBSD.org>1999-02-12 01:42:29 +0000
commitb2f736b7167d1e8c7265adbf031054e08596a25e (patch)
tree4a920f4b00675ffba7a980b210b9773aca4e7a1d /gnu
parenta4376d6a584057a2b2aa67c26ab92d820b696ba2 (diff)
Need string.h for prototypes.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/dist/texinfo/lib/getopt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/dist/texinfo/lib/getopt.c b/gnu/dist/texinfo/lib/getopt.c
index fc87ce67d69..ec9574ef5ca 100644
--- a/gnu/dist/texinfo/lib/getopt.c
+++ b/gnu/dist/texinfo/lib/getopt.c
@@ -72,6 +72,10 @@
#include <unistd.h>
#endif /* GNU C library. */
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+
#ifdef VMS
#include <unixlib.h>
#if HAVE_STRING_H - 0