View | Details | Raw Unified | Return to bug 52584
Collapse All | Expand All

(-)sendip.new/files/patch-gnugetopt.c (+10 lines)
Line 0 Link Here
1
--- gnugetopt.c.orig	Thu May 22 08:35:25 2003
2
+++ gnugetopt.c	Thu May 22 08:35:37 2003
3
@@ -45,6 +45,7 @@
4
 #endif
5
 
6
 #include <stdio.h>
7
+#include <string.h>
8
 
9
 /* Comment out all this code if we are using the GNU C Library, and are not
10
    actually compiling the library itself.  This code is part of the GNU C

Return to bug 52584