commit d7481e210baeb7e1ec8b95d34daab6b753ebd92b
parent bf12f9db42b654c77c537a68796949963bb76f4a
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