1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix build

Reported by:	pointyhat via kris
Approved by:	maintainer (implicit)
This commit is contained in:
Rong-En Fan 2007-01-23 14:17:46 +00:00
parent 136f0fa60e
commit ba253a3a39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183078

View File

@ -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"