[Commits] [SCM] claws branch, master, updated. 3.17.3-130-gd7481e2

ticho at claws-mail.org ticho at claws-mail.org
Sat Mar 9 21:52:54 CET 2019


The branch, master has been updated
       via  d7481e210baeb7e1ec8b95d34daab6b753ebd92b (commit)
      from  bf12f9db42b654c77c537a68796949963bb76f4a (commit)

Summary of changes:
 src/common/utils.h |    1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit d7481e210baeb7e1ec8b95d34daab6b753ebd92b
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat Mar 9 21:51:29 2019 +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

diff --git a/src/common/utils.h b/src/common/utils.h
index 09db918..47563b2 100644
--- 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

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list