diff options
author | monsta <[email protected]> | 2017-03-14 15:08:47 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-04-27 15:51:51 +0300 |
commit | 550229e422cd88fe39473f41cebe6cef12f6c8fb (patch) | |
tree | 03218e8fa971fb91d6c3921551a19eaa34189a86 /mate-dictionary/libgdict | |
parent | d98d7f289c11745280a92d9c316be12e9d592b0f (diff) | |
download | mate-utils-550229e422cd88fe39473f41cebe6cef12f6c8fb.tar.bz2 mate-utils-550229e422cd88fe39473f41cebe6cef12f6c8fb.tar.xz |
mate-dictionary: include correct header to fix occasional FTBFS
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=d529e2dd056f05cb1115c2f68bb6f773b4b14948
Diffstat (limited to 'mate-dictionary/libgdict')
-rw-r--r-- | mate-dictionary/libgdict/gdict-client-context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/libgdict/gdict-client-context.h b/mate-dictionary/libgdict/gdict-client-context.h index 2854fed6..c52bbb4f 100644 --- a/mate-dictionary/libgdict/gdict-client-context.h +++ b/mate-dictionary/libgdict/gdict-client-context.h @@ -20,7 +20,7 @@ #ifndef __GDICT_CLIENT_CONTEXT_H__ #define __GDICT_CLIENT_CONTEXT_H__ -#include <glib-object.h> +#include "gdict-context.h" #define GDICT_TYPE_CLIENT_CONTEXT (gdict_client_context_get_type ()) #define GDICT_CLIENT_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDICT_TYPE_CLIENT_CONTEXT, GdictClientContext)) |