aboutsummaryrefslogtreecommitdiff
path: root/pianoroll
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-16 08:42:28 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-16 08:42:28 +0000
commitba8bed5cb5b6d21316842271648cf1d84f9d33d9 (patch)
tree5a06957ec92805bf030416977768b6c1ab62abe2 /pianoroll
parent42750d74dc03be5fc10e56f3c534e854680c7d17 (diff)
added explicit include for m_pd.h to be compatible with 0.37
svn path=/trunk/externals/unauthorized/; revision=860
Diffstat (limited to 'pianoroll')
-rw-r--r--pianoroll/pianoroll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pianoroll/pianoroll.c b/pianoroll/pianoroll.c
index 9f97f05..b005017 100644
--- a/pianoroll/pianoroll.c
+++ b/pianoroll/pianoroll.c
@@ -36,6 +36,7 @@
#include <stdio.h>
#include <math.h>
#include <ctype.h>
+#include <m_pd.h>
#include "m_imp.h"
#include "g_canvas.h"
#include "t_tk.h"