diff options
| author | Steve Price <steve@FreeBSD.org> | 1997-06-29 06:56:24 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1997-06-29 06:56:24 +0000 |
| commit | b75cabea322a1b84ccb1afc090eab447b534fbf8 (patch) | |
| tree | e674a9cef93b3413937cdc1246be50449b141f64 /contrib/patch | |
| parent | bf872bad95df8d249e38d76e223b8fd00dbf340c (diff) | |
Notes
Diffstat (limited to 'contrib/patch')
| -rw-r--r-- | contrib/patch/getopt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/patch/getopt.c b/contrib/patch/getopt.c index 300f86de3ebd..a22c4fab7c2e 100644 --- a/contrib/patch/getopt.c +++ b/contrib/patch/getopt.c @@ -43,6 +43,7 @@ USA. */ #endif #include <stdio.h> +#include <string.h> /* Comment out all this code if we are using the GNU C Library, and are not actually compiling the library itself. This code is part of the GNU C |
