aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/kernel.c
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-05-14 00:53:03 +0000
committerN.N. <matju@users.sourceforge.net>2009-05-14 00:53:03 +0000
commit4c873441bf09a1c3ff8e247bf51b0630fc80b6fe (patch)
treee456aac0fca934dd910f2b04f8621d1f0d049585 /desiredata/src/kernel.c
parent3c55e87417b06392614bd763a450b9a075c6d460 (diff)
fix gcc "unimplemented feature": vasprintf for mingw was being redef'd on linux because config.h wasn't included
svn path=/trunk/; revision=11332
Diffstat (limited to 'desiredata/src/kernel.c')
-rw-r--r--desiredata/src/kernel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desiredata/src/kernel.c b/desiredata/src/kernel.c
index db06fa46..c5fd2b68 100644
--- a/desiredata/src/kernel.c
+++ b/desiredata/src/kernel.c
@@ -7,13 +7,14 @@
/* IOhannes :
* changed the canvas_restore in "g_canvas.c", so that it might accept $args as well (like "pd $0_test")
* so you can make multiple & distinguishable templates
- * 1511:forum::f�r::uml�ute:2001
+ * 1511:forum::für::umläute:2001
* change marked with IOhannes
*/
#define PD_PLUSPLUS_FACE
#include "desire.h"
#include "m_simd.h"
+#include "config.h"
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>