mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-22 20:26:17 +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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* glib/gfileutils.c (get_contents_stdio): delay memory allocation
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user