about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorMaxi Wuttke <mwuttke97@posteo.de>2022-04-01 21:10:41 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-04-02 01:15:34 +0200
commit373385e90e7c45e4c73929617730e1795a16997e (patch)
treebc39d90bf95d55a28de39855f1085711c3a6c4f0 /src/config
parentf11ad1671449f0c83ce28f0cd67af87ca4a585e5 (diff)
downloadprofani-tty-373385e90e7c45e4c73929617730e1795a16997e.tar.gz
Include `config.h` in `src/config.cafile.c`
See <https://github.com/profanity-im/profanity/issues/1512>
Diffstat (limited to 'src/config')
-rw-r--r--src/config/cafile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/cafile.c b/src/config/cafile.c
index 4ac832bf..2bb3c4d0 100644
--- a/src/config/cafile.c
+++ b/src/config/cafile.c
@@ -33,6 +33,8 @@
  *
  */
 
+#include "config.h"
+
 #include <fcntl.h>
 #include <glib.h>
 #include <errno.h>