aboutsummaryrefslogtreecommitdiff
path: root/grid
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-18 00:10:21 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-18 00:10:21 +0000
commit486e55ea5e0a3b9cfd0d613552c332918b4f70da (patch)
tree6df0400bd1b0e3634101f291e786d248ebcd2dcc /grid
parent32705d922efbf40f2befd5fc6355c14151d19866 (diff)
added explicit include for m_pd.h to be compatible with 0.37
svn path=/trunk/externals/unauthorized/; revision=879
Diffstat (limited to 'grid')
-rw-r--r--grid/grid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/grid/grid.c b/grid/grid.c
index 642d3ce..3e040e8 100644
--- a/grid/grid.c
+++ b/grid/grid.c
@@ -12,6 +12,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"