diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2012-01-30 20:01:13 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2012-01-30 20:01:13 +0400 |
commit | 52bc7fcc1a89355d51fe55ab160f9bcc2842fa3e (patch) | |
tree | 0ebd0d9607086151bc96ca697a08d7bd113c7fe9 /saedit/xml.h | |
parent | 413481aae53a25e49f591b611e806ce443ad1832 (diff) | |
download | tools-52bc7fcc1a89355d51fe55ab160f9bcc2842fa3e.tar.gz tools-52bc7fcc1a89355d51fe55ab160f9bcc2842fa3e.tar.bz2 tools-52bc7fcc1a89355d51fe55ab160f9bcc2842fa3e.tar.xz tools-52bc7fcc1a89355d51fe55ab160f9bcc2842fa3e.zip |
Porting SAE to GTK+ 3.2
Diffstat (limited to 'saedit/xml.h')
-rw-r--r-- | saedit/xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saedit/xml.h b/saedit/xml.h index 2a8875e..4c02ce9 100644 --- a/saedit/xml.h +++ b/saedit/xml.h @@ -12,7 +12,7 @@ #define XML_H #include <glib.h> -#include <ibusxml.h> +#include <ibus.h> #include "common.h" gchar **xml_attr_new(gchar *name, gchar *value); |