aboutsummaryrefslogtreecommitdiff
path: root/config_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'config_file.h')
-rw-r--r--config_file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config_file.h b/config_file.h
index 61ef74b..c9d964a 100644
--- a/config_file.h
+++ b/config_file.h
@@ -19,6 +19,9 @@
#ifndef CONFIG_FILE_H
#define CONFIG_FILE_H
+#include <glib.h>
+#include <gtk/gtk.h>
+
struct config_file
{
GKeyFile* key_file;