include <gstdio.h>.

2005-03-10  Sven Neumann  <sven@gimp.org>

	* tests/file-test.c: include <gstdio.h>.
This commit is contained in:
Sven Neumann 2005-03-10 17:12:35 +00:00 committed by Sven Neumann
parent aec8923fa6
commit 420410f035
5 changed files with 18 additions and 1 deletions

View 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

View 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

View 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

View 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

View File

@ -33,11 +33,12 @@
#undef GLIB_COMPILATION
#endif
#include <stdio.h>
#include <string.h>
#include <glib.h>
#include <gstdio.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif