From 226f3b2c915075266088d5483e385a7ce0d8b654 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sun, 21 Nov 2021 00:12:10 +0100 Subject: [PATCH] Add missing include config.h --- app/src/compat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/compat.h b/app/src/compat.h index 9f66ce95..92b0c43f 100644 --- a/app/src/compat.h +++ b/app/src/compat.h @@ -8,6 +8,8 @@ # define _DARWIN_C_SOURCE #endif +#include "config.h" + #include #include