1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Include config.h in src/config.cafile.c

See <https://github.com/profanity-im/profanity/issues/1512>
This commit is contained in:
Maxi Wuttke 2022-04-01 21:10:41 +02:00 committed by Michael Vetter
parent f11ad16714
commit 373385e90e

View File

@ -33,6 +33,8 @@
*
*/
#include "config.h"
#include <fcntl.h>
#include <glib.h>
#include <errno.h>