From d6682a1f2d3841f749c9484ecb3ad23508cf04d4 Mon Sep 17 00:00:00 2001 From: "17:40:58 Tim Janik" Date: Fri, 18 Apr 2008 15:40:38 +0000 Subject: [PATCH] fixed gstdio.h include. 2008-04-18 17:40:58 Tim Janik * tests/testglib.c: fixed gstdio.h include. * tests/Makefile.am: properly list testglib.c SOURCES. svn path=/trunk/; revision=6862 --- ChangeLog | 6 ++++++ tests/Makefile.am | 1 + tests/testglib.c | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0ba61101..3eeef906 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-18 17:40:58 Tim Janik + + * tests/testglib.c: fixed gstdio.h include. + + * tests/Makefile.am: properly list testglib.c SOURCES. + 2008-04-17 Emmanuele Bassi * glib/gchecksum.c: diff --git a/tests/Makefile.am b/tests/Makefile.am index 80732782..9a6fbcf6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 diff --git a/tests/testglib.c b/tests/testglib.c index 9180d9cf..4f84adc9 100644 --- a/tests/testglib.c +++ b/tests/testglib.c @@ -33,7 +33,7 @@ #include #include "glib.h" -#include "gstdio.h" +#include #include -- 2.34.1