diff options
Diffstat (limited to 'desiredata')
-rw-r--r-- | desiredata/src/kernel.c | 3 |
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> |