Need string.h for prototypes.
This commit is contained in:
parent
205851f433
commit
999252997e
4
gnu/dist/grep/src/getopt.c
vendored
4
gnu/dist/grep/src/getopt.c
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user