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 0942ad4..618d820 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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
        until after the first read. Saves a bunch of reallocs. Also
        increased the buffer size to 4096 bytes. (bug #165954)
index 0942ad4..618d820 100644 (file)
@@ -1,5 +1,9 @@
 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
        until after the first read. Saves a bunch of reallocs. Also
        increased the buffer size to 4096 bytes. (bug #165954)
index 0942ad4..618d820 100644 (file)
@@ -1,5 +1,9 @@
 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
        until after the first read. Saves a bunch of reallocs. Also
        increased the buffer size to 4096 bytes. (bug #165954)
index 0942ad4..618d820 100644 (file)
@@ -1,5 +1,9 @@
 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
        until after the first read. Saves a bunch of reallocs. Also
        increased the buffer size to 4096 bytes. (bug #165954)
index f083e4f..42661c3 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