[uim-commit] r128 - trunk/uim

yamaken@freedesktop.org yamaken@freedesktop.org
Wed Jan 5 06:32:22 PST 2005


Author: yamaken
Date: 2005-01-05 06:32:19 -0800 (Wed, 05 Jan 2005)
New Revision: 128

Modified:
   trunk/uim/uim.c
Log:
* uim/uim.c
  - Include stdio.h for fopen
  - (load_conf): Add lacking local variable decl to fix previous
    commit


Modified: trunk/uim/uim.c
===================================================================
--- trunk/uim/uim.c	2005-01-05 14:29:03 UTC (rev 127)
+++ trunk/uim/uim.c	2005-01-05 14:32:19 UTC (rev 128)
@@ -34,6 +34,7 @@
 #include <pwd.h>
 #include <unistd.h>
 #include <sys/types.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include "config.h"
@@ -502,6 +503,7 @@
   struct passwd *pw;
   char *fn;
   long verbose, ret;
+  FILE *fp;
 
   verbose = uim_scm_get_verbose_level();
   fn = getenv("LIBUIM_USER_SCM_FILE");



More information about the Uim-commit mailing list