freebsd-ports/audio/zinf/files/patch-base_unix_src_browser.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
246 B
C++

--- base/unix/src/browser.cpp.orig 2003-09-16 20:34:54.000000000 +0300
+++ base/unix/src/browser.cpp
@@ -9,6 +9,7 @@
#include <unistd.h>
#include <sys/stat.h>
#include <string>
+#include <cstring>
using namespace std;
#include "browser.h"