ports/audio/zinf/files/patch-lib_xml_src_Parse.cpp
John Marino a819ff5bf7 audio/zinf: document ncurses requirement
While here, import several dports patches to add missing headers
for c++.
2016-08-23 21:21:05 +00:00

10 lines
261 B
C++

--- lib/xml/src/Parse.cpp.orig 2003-09-16 20:35:11.000000000 +0300
+++ lib/xml/src/Parse.cpp
@@ -29,6 +29,7 @@ ________________________________________
#endif
#include <stdio.h>
+#include <cstring>
#include <map>
#include <assert.h>
using namespace std;