summaryrefslogtreecommitdiffstats
path: root/src/xml/node.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-12-08 11:53:54 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-12-08 11:53:54 +0000
commit4e51446f417ad82d2cdac758d0c5ce908ff88038 (patch)
treefca19a5966d6d49873062bb0b40550f6c4984156 /src/xml/node.h
parentColors. Patch for Bug #677081 (Default paste color opacity) by Romain. (diff)
downloadinkscape-4e51446f417ad82d2cdac758d0c5ce908ff88038.tar.gz
inkscape-4e51446f417ad82d2cdac758d0c5ce908ff88038.zip
Switch to top-level glib headers. Thanks to DimStar for patch
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
Diffstat (limited to 'src/xml/node.h')
-rw-r--r--src/xml/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/node.h b/src/xml/node.h
index 8b7dea203..c11f2fbdf 100644
--- a/src/xml/node.h
+++ b/src/xml/node.h
@@ -18,7 +18,7 @@
#ifndef SEEN_INKSCAPE_XML_NODE_H
#define SEEN_INKSCAPE_XML_NODE_H
-#include <glib/gtypes.h>
+#include <glib.h>
#include "gc-anchored.h"
#include "util/list.h"