summaryrefslogtreecommitdiff
path: root/src/gui/dialogs/about.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-09-10 22:36:39 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-09-11 00:04:06 (GMT)
commitdca1d8cefde54fa6f23c2963aef61d211fc1d7d0 (patch)
treee44894c936c4d55fed4cde1fc545a325f41154d8 /src/gui/dialogs/about.c
parentb370370a9e35f9dd2357102b17338d3d93bb62aa (diff)
Fix the compilation when GTK support is enabled.
Diffstat (limited to 'src/gui/dialogs/about.c')
-rw-r--r--src/gui/dialogs/about.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/dialogs/about.c b/src/gui/dialogs/about.c
index dd2faa3..574c7f2 100644
--- a/src/gui/dialogs/about.c
+++ b/src/gui/dialogs/about.c
@@ -30,6 +30,9 @@
#include <gdk/gdkkeysyms.h>
+#include <config.h>
+
+
#include "../../gtkext/easygtk.h"