include <gstdio.h>.
authorSven Neumann <sven@gimp.org>
Thu, 10 Mar 2005 17:12:35 +0000 (17:12 +0000)
committerSven Neumann <neo@src.gnome.org>
Thu, 10 Mar 2005 17:12:35 +0000 (17:12 +0000)
2005-03-10  Sven Neumann  <sven@gimp.org>

* tests/file-test.c: include <gstdio.h>.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
tests/file-test.c

index 0942ad404f63bc5736ffd3e1ee23a04afc3e9a2c..618d820dd1d626285b3cca21fb4cb5590db41889 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-10  Sven Neumann  <sven@gimp.org>
+
+       * tests/file-test.c: include <gstdio.h>.
+
 2005-03-10  Sven Neumann  <sven@gimp.org>
 
        * glib/gfileutils.c (get_contents_stdio): delay memory allocation
index 0942ad404f63bc5736ffd3e1ee23a04afc3e9a2c..618d820dd1d626285b3cca21fb4cb5590db41889 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-10  Sven Neumann  <sven@gimp.org>
+
+       * tests/file-test.c: include <gstdio.h>.
+
 2005-03-10  Sven Neumann  <sven@gimp.org>
 
        * glib/gfileutils.c (get_contents_stdio): delay memory allocation
index 0942ad404f63bc5736ffd3e1ee23a04afc3e9a2c..618d820dd1d626285b3cca21fb4cb5590db41889 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-10  Sven Neumann  <sven@gimp.org>
+
+       * tests/file-test.c: include <gstdio.h>.
+
 2005-03-10  Sven Neumann  <sven@gimp.org>
 
        * glib/gfileutils.c (get_contents_stdio): delay memory allocation
index 0942ad404f63bc5736ffd3e1ee23a04afc3e9a2c..618d820dd1d626285b3cca21fb4cb5590db41889 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-10  Sven Neumann  <sven@gimp.org>
+
+       * tests/file-test.c: include <gstdio.h>.
+
 2005-03-10  Sven Neumann  <sven@gimp.org>
 
        * glib/gfileutils.c (get_contents_stdio): delay memory allocation
index f083e4faf01eb395b8fe4bacdb8eb924cf624b8d..42661c314ad3aabb3d2dd47ce93c462f08769896 100644 (file)
 #undef GLIB_COMPILATION
 #endif
 
-#include <stdio.h>
 #include <string.h>
 
 #include <glib.h>
 
+#include <gstdio.h>
+
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif