aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/m_pd.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-05-11 07:47:42 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-05-11 07:47:42 +0000
commit066b9047fae77fd6f73fa2e65c3fdfffdee369e1 (patch)
treec8f4731afda78f785efe565fc637d2710bb506c1 /desiredata/src/m_pd.h
parentfe42ae068b384952f2e890f2e412c079b1a54be3 (diff)
made it compile on my system: i was tired of getting compiler-errors from the autobuild
svn path=/trunk/; revision=11315
Diffstat (limited to 'desiredata/src/m_pd.h')
-rw-r--r--desiredata/src/m_pd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/desiredata/src/m_pd.h b/desiredata/src/m_pd.h
index 8b012910..ff502122 100644
--- a/desiredata/src/m_pd.h
+++ b/desiredata/src/m_pd.h
@@ -86,6 +86,9 @@ public:
};
#endif
+/* needed for all those strcmp.h in here */
+#include <string.h>
+
extern "C" {
#endif