Revision: 5980
Author: ek.kato
Date: Sun Aug  9 21:25:19 2009
Log: * fep/draw.c : Fix to include stdio.h (Thanks to Yamashiro Jun,
  [uim-ja-148]).

http://code.google.com/p/uim/source/detail?r=5980

Modified:
 /trunk/fep/draw.c

=======================================
--- /trunk/fep/draw.c   Tue Jan 20 18:11:15 2009
+++ /trunk/fep/draw.c   Sun Aug  9 21:25:19 2009
@@ -52,6 +52,7 @@
 #ifdef HAVE_ASSERT_H
 #include <assert.h>
 #endif
+#include <stdio.h>

 #define WINNOSIZE 5
 #define MODESIZE 50

Reply via email to