[uim-commit] r1453 - trunk/uim

yamamoto at freedesktop.org yamamoto at freedesktop.org
Wed Sep 7 10:52:56 PDT 2005


Author: yamamoto
Date: 2005-09-07 10:52:53 -0700 (Wed, 07 Sep 2005)
New Revision: 1453

Modified:
   trunk/uim/uim-func.c
   trunk/uim/uim-helper.c
   trunk/uim/uim-ipc.c
   trunk/uim/uim.c
Log:
* uim/uim.c: Include uim-util.h for is_setugid.
* uim/uim-helper.c: Ditto.
* uim/uim-ipc.c: Ditto.
* uim/uim-func.c: Include uim-im-switcher.h for uim_switch_im.


Modified: trunk/uim/uim-func.c
===================================================================
--- trunk/uim/uim-func.c	2005-09-07 14:58:52 UTC (rev 1452)
+++ trunk/uim/uim-func.c	2005-09-07 17:52:53 UTC (rev 1453)
@@ -40,6 +40,7 @@
 #include "uim-scm.h"
 #include "uim-encoding.h"
 #include "uim-util.h"
+#include "uim-im-switcher.h"
 
 #define MAX_LENGTH_OF_INT_AS_STR (((sizeof(int) == 4) ? sizeof("-2147483648") : sizeof("-9223372036854775808")) - sizeof((char)'\0'))
 

Modified: trunk/uim/uim-helper.c
===================================================================
--- trunk/uim/uim-helper.c	2005-09-07 14:58:52 UTC (rev 1452)
+++ trunk/uim/uim-helper.c	2005-09-07 17:52:53 UTC (rev 1453)
@@ -48,6 +48,7 @@
 #include <errno.h>
 #include "context.h"
 #include "uim-helper.h"
+#include "uim-util.h"
 
 #ifndef HAVE_SIG_T
 typedef void (*sig_t)(int);

Modified: trunk/uim/uim-ipc.c
===================================================================
--- trunk/uim/uim-ipc.c	2005-09-07 14:58:52 UTC (rev 1452)
+++ trunk/uim/uim-ipc.c	2005-09-07 17:52:53 UTC (rev 1453)
@@ -45,6 +45,7 @@
 
 #include "context.h"
 #include "uim-helper.h"
+#include "uim-util.h"
 
 #ifndef HAVE_STRSEP
 char *uim_strsep(char **stringp, const char *delim);

Modified: trunk/uim/uim.c
===================================================================
--- trunk/uim/uim.c	2005-09-07 14:58:52 UTC (rev 1452)
+++ trunk/uim/uim.c	2005-09-07 17:52:53 UTC (rev 1453)
@@ -44,6 +44,7 @@
 #include "uim-custom.h"
 #include "context.h"
 #include "gettext.h"
+#include "uim-util.h"
 
 extern char *uim_return_str;
 extern char *uim_return_str_list[10];



More information about the uim-commit mailing list