aboutsummaryrefslogtreecommitdiff
path: root/hello/hello.c
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-03-07 19:51:54 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-03-07 19:51:54 +0000
commite9372d1375b01e8aa47bc6e848ddbbf139fe9cb8 (patch)
tree9f94c68c4a7d19849e762446a5c52ff4d1020aab /hello/hello.c
parenta154d88d889a40dc8fd5641aa0d2458d777c4c5a (diff)
+ updated 'hello' example external: eliminate build-time dependence on svn:special symlinks
svn path=/trunk/externals/moocow/; revision=10844
Diffstat (limited to 'hello/hello.c')
-rw-r--r--hello/hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hello/hello.c b/hello/hello.c
index 1419619..0f3f55f 100644
--- a/hello/hello.c
+++ b/hello/hello.c
@@ -24,7 +24,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*=============================================================================*/
#include <m_pd.h>
-#include "mooPdUtils.h"
+#include "common/mooPdUtils.h"
#ifdef HAVE_CONFIG_H
# include "config.h"