openbsd-ports/games/tuxpaint/patches/patch-src_im_c
ajacoutot 2dd4299185 - update to tuxpaint-0.9.20
- fix depends
- use SUBST_CMD
2008-10-16 17:01:36 +00:00

17 lines
329 B
Plaintext

$OpenBSD: patch-src_im_c,v 1.2 2008/10/16 17:01:36 ajacoutot Exp $
--- src/im.c.orig Thu Oct 16 15:12:38 2008
+++ src/im.c Thu Oct 16 15:13:03 2008
@@ -37,10 +37,10 @@
*/
-#include <stdio.h>
+#include <utf8/stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <wchar.h>
+#include <utf8/wchar.h>
#include "im.h"