fixed gstdio.h include.
author17:40:58 Tim Janik <timj@imendio.com>
Fri, 18 Apr 2008 15:40:38 +0000 (15:40 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 18 Apr 2008 15:40:38 +0000 (15:40 +0000)
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

ChangeLog
tests/Makefile.am
tests/testglib.c

index 0ba611018aa120e0e1d3d8b0d1445932f3466969..3eeef906efc2df49706273f19858463372296b80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 807327825c46781f72baa294c14d556ea96a0b59..9a6fbcf69aa12b07f7fd76ba89e6f7ba6741d57d 100644 (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
index 9180d9cfd4522de5ee92e763876f3137db460c58..4f84adc98e9221c057c19b1f5efba0f656df97f5 100644 (file)
@@ -33,7 +33,7 @@
 #include <errno.h>
 
 #include "glib.h"
-#include "gstdio.h"
+#include <glib/gstdio.h>
 
 #include <stdlib.h>