2008-10-16 13:01:36 -04:00
|
|
|
$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
|
2007-07-04 13:39:08 -04:00
|
|
|
@@ -37,10 +37,10 @@
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
-#include <stdio.h>
|
|
|
|
+#include <utf8/stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
-#include <wchar.h>
|
|
|
|
+#include <utf8/wchar.h>
|
|
|
|
|
2008-10-16 13:01:36 -04:00
|
|
|
#include "im.h"
|
2007-07-04 13:39:08 -04:00
|
|
|
|