[uim-commit] r177 - trunk/xim

yamamoto@freedesktop.org yamamoto@freedesktop.org
Sat Jan 8 22:40:03 PST 2005


Author: yamamoto
Date: 2005-01-08 22:39:59 -0800 (Sat, 08 Jan 2005)
New Revision: 177

Modified:
   trunk/xim/compose.cpp
Log:
 * xim/compose.cpp: add #include <ctype.h>


Modified: trunk/xim/compose.cpp
===================================================================
--- trunk/xim/compose.cpp	2005-01-09 06:24:20 UTC (rev 176)
+++ trunk/xim/compose.cpp	2005-01-09 06:39:59 UTC (rev 177)
@@ -33,6 +33,7 @@
 #include "config.h"
 
 #include <stdio.h>
+#include <ctype.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/stat.h>



More information about the Uim-commit mailing list