blob: e78cfc9f479db58994330ff96e3ec0d6bd7c0348 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.4 2004/11/28 15:12:11 dmcmahill Exp $
--- getopt.c.orig Sat Jun 21 15:31:51 2003
+++ getopt.c
@@ -56,6 +56,8 @@ void Eprintf(const char *, ...);
#endif
#include <stdio.h>
+#include <stdlib.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
|