diff options
Diffstat (limited to '')
-rw-r--r-- | net/silky/files/patch-main.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/silky/files/patch-main.c b/net/silky/files/patch-main.c new file mode 100644 index 000000000000..163323d3c700 --- /dev/null +++ b/net/silky/files/patch-main.c @@ -0,0 +1,10 @@ +--- src/main.c.orig Tue Jan 23 21:38:06 2007 ++++ src/main.c Tue Jan 23 21:38:31 2007 +@@ -32,6 +32,7 @@ + # include <config.h> + #endif + #include <string.h> ++#include <getopt.h> + + #include "xmlconfig.h" + #include "xmllayout.h" |