blob: 0d918bf2eaff4ee0559b0cb2ad1c758c4a01c288 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/getopt.c.orig 2000-02-17 03:12:38.000000000 +0100
+++ src/getopt.c 2008-04-14 23:51:02.000000000 +0200
@@ -34,6 +34,8 @@
#include <config.h>
#endif
+#include <string.h>
+
#if !defined (__STDC__) || !__STDC__
/* This is a separate conditional since some stdc systems
reject `defined (const)'. */
|