ports/audio/zinf/files/patch-base_src_preferences.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

12 lines
285 B
C++

--- base/src/preferences.cpp.orig 2004-02-14 00:24:01.000000000 +0200
+++ base/src/preferences.cpp
@@ -31,6 +31,9 @@ ________________________________________
#include <string>
#include <stdlib.h>
+extern "C" {
+#include <strings.h>
+}
#ifdef __QNX__
#include <strings.h>
#endif