From 486e55ea5e0a3b9cfd0d613552c332918b4f70da Mon Sep 17 00:00:00 2001
From: Hans-Christoph Steiner <eighthave@users.sourceforge.net>
Date: Mon, 18 Aug 2003 00:10:21 +0000
Subject: added explicit include for m_pd.h to be compatible with 0.37

svn path=/trunk/externals/unauthorized/; revision=879
---
 grid/grid.c | 1 +
 1 file changed, 1 insertion(+)

(limited to 'grid')

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"
-- 
cgit v1.2.1