commit b38dbc64cb0dc06386314646f6def1a8b1495723
parent 52b0e21c190fa02e9b5dde7cd95f8c9ee339288c
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Sat, 9 Mar 2019 21:51:29 +0100
Add missing config.h include to utils.h
It should be there, since we refer to a lot of HAVE_
macros defined in config.h
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/common/utils.h b/src/common/utils.h
@@ -25,6 +25,7 @@
#ifdef HAVE_CONFIG_H
#include "claws-features.h"
+#include "config.h"
#endif
#ifdef HAVE_BACKTRACE