freebsd-ports/www/wsmake/files/patch-src-libwsmake_wsParser.ypp
Pietro Cerutti 66c4d58dea - Fix build on modern compilers
- STAGE-clean
- Add OPTIONS for DOCS
- Convert to USES=gmake
2013-11-20 15:13:26 +00:00

10 lines
393 B
Text

--- src/libwsmake/wsParser.ypp.orig 2013-11-20 16:10:55.000000000 +0100
+++ src/libwsmake/wsParser.ypp 2013-11-20 16:10:42.000000000 +0100
@@ -21,6 +21,7 @@
* mike@wsmake.org *
***********************************************************************/
#include <stdio.h>
+#include <string.h>
#include "wsLoader.h"
#include "wsSite.h"