diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-23 14:17:46 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-23 14:17:46 +0000 |
commit | ba253a3a39c4ca0f924b9872785232334a5e040c (patch) | |
tree | 18b4eed6b852c151d2b4318f6ae697a13fea5a21 /net/silky/files/patch-main.c | |
parent | - Update to 3.29 (diff) |
- Fix build
Reported by: pointyhat via kris
Approved by: maintainer (implicit)
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" |