mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-08 20:05:49 +01:00
include <gstdio.h>.
2005-03-10 Sven Neumann <sven@gimp.org> * tests/file-test.c: include <gstdio.h>.
This commit is contained in:
parent
aec8923fa6
commit
420410f035
@ -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>
|
2005-03-10 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* glib/gfileutils.c (get_contents_stdio): delay memory allocation
|
* glib/gfileutils.c (get_contents_stdio): delay memory allocation
|
||||||
|
@ -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>
|
2005-03-10 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* glib/gfileutils.c (get_contents_stdio): delay memory allocation
|
* glib/gfileutils.c (get_contents_stdio): delay memory allocation
|
||||||
|
@ -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>
|
2005-03-10 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* glib/gfileutils.c (get_contents_stdio): delay memory allocation
|
* glib/gfileutils.c (get_contents_stdio): delay memory allocation
|
||||||
|
@ -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>
|
2005-03-10 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* glib/gfileutils.c (get_contents_stdio): delay memory allocation
|
* glib/gfileutils.c (get_contents_stdio): delay memory allocation
|
||||||
|
@ -33,11 +33,12 @@
|
|||||||
#undef GLIB_COMPILATION
|
#undef GLIB_COMPILATION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
|
#include <gstdio.h>
|
||||||
|
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user