diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-06 23:17:08 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-06 23:17:08 +0000 |
commit | 3f22518c3f41fd2e8e19b0423c2d36f944d9a132 (patch) | |
tree | d01e155075cb3ba210a79074a10522040d22e7d8 /audio/ecasound/files/patch-ecasound_eca-curses.cpp | |
parent | mail/textmail: Fix previous pdftotext breakage better (diff) |
audio/ecasound: #include <cstring>
C++ fix taken from dports.
Notes
Notes:
svn path=/head/; revision=329639
Diffstat (limited to 'audio/ecasound/files/patch-ecasound_eca-curses.cpp')
-rw-r--r-- | audio/ecasound/files/patch-ecasound_eca-curses.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/ecasound/files/patch-ecasound_eca-curses.cpp b/audio/ecasound/files/patch-ecasound_eca-curses.cpp new file mode 100644 index 000000000000..00befbf3a6ea --- /dev/null +++ b/audio/ecasound/files/patch-ecasound_eca-curses.cpp @@ -0,0 +1,10 @@ +--- ecasound/eca-curses.cpp.orig 2009-04-11 09:44:06.000000000 +0000 ++++ ecasound/eca-curses.cpp +@@ -27,6 +27,7 @@ + #include <cstdlib> + #include <iostream> + #include <map> ++#include <cstring> + #include <string> + + #if defined(ECA_PLATFORM_CURSES) |