mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +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>
|
||||
|
||||
Bug 551228 – G_STRFUNC on recent Sun compiler should be expanded to
|
||||
|
@ -28,6 +28,7 @@
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user