audio/ecasound: #include <cstring>
C++ fix taken from dports.
This commit is contained in:
parent
bc7cc3b13b
commit
3f22518c3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329639
1 changed files with 10 additions and 0 deletions
10
audio/ecasound/files/patch-ecasound_eca-curses.cpp
Normal file
10
audio/ecasound/files/patch-ecasound_eca-curses.cpp
Normal file
|
@ -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)
|
Loading…
Reference in a new issue