mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
fixed gstdio.h include.
2008-04-18 17:40:58 Tim Janik <timj@imendio.com> * tests/testglib.c: fixed gstdio.h include. * tests/Makefile.am: properly list testglib.c SOURCES. svn path=/trunk/; revision=6862
This commit is contained in:
parent
62b18e67b7
commit
d6682a1f2d
@ -1,3 +1,9 @@
|
||||
2008-04-18 17:40:58 Tim Janik <timj@imendio.com>
|
||||
|
||||
* tests/testglib.c: fixed gstdio.h include.
|
||||
|
||||
* tests/Makefile.am: properly list testglib.c SOURCES.
|
||||
|
||||
2008-04-17 Emmanuele Bassi <ebassi@gnome.org>
|
||||
|
||||
* glib/gchecksum.c:
|
||||
|
@ -77,6 +77,7 @@ TEST_PROGS += scannerapi
|
||||
scannerapi_SOURCES = scannerapi.c
|
||||
scannerapi_LDADD = $(progs_ldadd)
|
||||
TEST_PROGS += testglib
|
||||
testglib_SOURCES = testglib.c
|
||||
testglib_LDADD = $(libglib)
|
||||
TEST_PROGS += testingbase64
|
||||
testingbase64_SOURCES = testingbase64.c
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include "glib.h"
|
||||
#include "gstdio.h"
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user