Author: ek.kato
Date: Mon Mar  3 02:38:02 2008
New Revision: 5273

Modified:
  trunk/uim/bsdlook.c
  trunk/uim/uim-helper.c
  trunk/uim/uim-posix.c
  trunk/uim/wnnlib.c

Log:
* uim/bsdlook.c : Include <config.h>.
* uim/wnnlib.c : Ditto.
* uim/uim-helper.c : Don't include unused "uim-util.h".
* uim/uim-posix.c
 - Ditto.
 - Include <unistd.h> for getuid(2).


Modified: trunk/uim/bsdlook.c
==============================================================================
--- trunk/uim/bsdlook.c (original)
+++ trunk/uim/bsdlook.c Mon Mar  3 02:38:02 2008
@@ -32,6 +32,7 @@
 * SUCH DAMAGE.
 */

+#include <config.h>
#include "bsdlook.h"

#ifndef lint

Modified: trunk/uim/uim-helper.c
==============================================================================
--- trunk/uim/uim-helper.c      (original)
+++ trunk/uim/uim-helper.c      Mon Mar  3 02:38:02 2008
@@ -51,7 +51,6 @@

#include "uim-internal.h"
#include "uim-helper.h"
-#include "uim-util.h"
#include "uim-posix.h"

/*

Modified: trunk/uim/uim-posix.c
==============================================================================
--- trunk/uim/uim-posix.c       (original)
+++ trunk/uim/uim-posix.c       Mon Mar  3 02:38:02 2008
@@ -37,6 +37,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
+#include <unistd.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <pwd.h>
@@ -45,7 +46,6 @@
#include "uim-internal.h"
#include "uim-scm.h"
#include "uim-scm-abbrev.h"
-#include "uim-util.h"
#include "uim-posix.h"

uim_bool

Modified: trunk/uim/wnnlib.c
==============================================================================
--- trunk/uim/wnnlib.c  (original)
+++ trunk/uim/wnnlib.c  Mon Mar  3 02:38:02 2008
@@ -597,6 +597,7 @@
 * displayBuf: これはデ・踉札森渋い鬢踉雑すための例文です
 */

+#include <config.h>
#ifdef DEBUG_WNNLIB
#include        <stdio.h>
#endif

Reply via email to