summaryrefslogtreecommitdiff
path: root/src/gclue-config.c
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2018-05-08 00:09:28 +0200
committerZeeshan Ali <zeenix@collabora.co.uk>2018-07-09 13:27:54 +0200
commit5e823d69fec044f73dccacef990fe2a00bde8154 (patch)
treec34cdee8c63f92ea2fef93687d31271cbebd6b62 /src/gclue-config.c
parent1dacb138d35688b3b557387f83ee0275068d087a (diff)
Explicitly include config.h file
This change will help porting the build to meson in a following patch.
Diffstat (limited to 'src/gclue-config.c')
-rw-r--r--src/gclue-config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gclue-config.c b/src/gclue-config.c
index 51ab44c..362020d 100644
--- a/src/gclue-config.c
+++ b/src/gclue-config.c
@@ -21,6 +21,7 @@
*/
#include <glib/gi18n.h>
+#include <config.h>
#include "gclue-config.h"