mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 22:46:15 +01:00
Add required includes
svn path=/trunk/; revision=7452
This commit is contained in:
parent
0b890c6298
commit
8f85da0b5e
@ -1,3 +1,9 @@
|
|||||||
|
2008-09-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 551410 – gtestutils.c: using printf without prototype
|
||||||
|
|
||||||
|
* glib/gtestutils.c: Include stdio.h. Pointed out by Kazuki Iwamoto.
|
||||||
|
|
||||||
2008-09-09 Matthias Clasen <mclasen@redhat.com>
|
2008-09-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 551228 – G_STRFUNC on recent Sun compiler should be expanded to
|
Bug 551228 – G_STRFUNC on recent Sun compiler should be expanded to
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user