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:
17:40:58 Tim Janik 2008-04-18 15:40:38 +00:00 committed by Tim Janik
parent 62b18e67b7
commit d6682a1f2d
3 changed files with 8 additions and 1 deletions

View File

@ -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:

View File

@ -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

View File

@ -33,7 +33,7 @@
#include <errno.h>
#include "glib.h"
#include "gstdio.h"
#include <glib/gstdio.h>
#include <stdlib.h>