diff options
Diffstat (limited to 'games/znibbles/files/patch-src::getopt.c')
-rw-r--r-- | games/znibbles/files/patch-src::getopt.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/znibbles/files/patch-src::getopt.c b/games/znibbles/files/patch-src::getopt.c new file mode 100644 index 000000000000..9ba3f2f0bcae --- /dev/null +++ b/games/znibbles/files/patch-src::getopt.c @@ -0,0 +1,10 @@ +--- src/getopt.c Tue Apr 27 09:38:18 1999 ++++ src/getopt.c Sat Oct 26 00:48:50 2002 +@@ -40,6 +40,7 @@ + #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 |