diff options
author | infirit <[email protected]> | 2014-12-14 14:19:20 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-15 23:24:30 +0100 |
commit | 38261cb420242835f0c13282f94e0f9db9382c7b (patch) | |
tree | cc58ac1962f7a4e40ec46c62b731babaf9abb580 /mate-dictionary/src/gdict-window.c | |
parent | 866cc139fea2f93da109a2b2fed65feb84e6aabc (diff) | |
download | mate-utils-38261cb420242835f0c13282f94e0f9db9382c7b.tar.bz2 mate-utils-38261cb420242835f0c13282f94e0f9db9382c7b.tar.xz |
mate-dictionary: implicit declaration of g_mkdir
Diffstat (limited to 'mate-dictionary/src/gdict-window.c')
-rw-r--r-- | mate-dictionary/src/gdict-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-dictionary/src/gdict-window.c b/mate-dictionary/src/gdict-window.c index 58eae2e4..6b60dda0 100644 --- a/mate-dictionary/src/gdict-window.c +++ b/mate-dictionary/src/gdict-window.c @@ -32,6 +32,7 @@ #include <gtk/gtk.h> #include <glib.h> +#include <glib/gstdio.h> #include <glib/gi18n.h> #include <libgdict/gdict.h> |