Missing include in gscanner.h
- From: Uzytkownik <uzytkownik22 gazeta pl>
- To: gtk-app-devel-list gnome org
- Subject: Missing include in gscanner.h
- Date: Mon, 31 Oct 2005 14:50:23 +0100
I wrote simple program used GScanner.
When I was compiling gcc shows some error in gscanner.h.
The gdataset header was missing.
Here's simple patch:
--- gscanner.h 12 Oct 2002 19:37:48 -0000 1.9
+++ gscanner.h 31 Oct 2005 13:15:27 -0000
@@ -28,6 +28,7 @@
#define __G_SCANNER_H__
#include <glib/ghash.h>
+#include <glib/gdataset.h>
G_BEGIN_DECLS
Best regards.
PS.
I'm not quite sure I'm doing correctly(bad format of patch, bad mailing
list).
Please tell me what's wrong - it's my first patch.
--
Linux user: #376500 (see http://counter.li.org/)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]