[Commits] [SCM] claws branch, master, updated. 3.14.1-170-g02a57d6

mones at claws-mail.org mones at claws-mail.org
Fri Feb 3 12:56:47 CET 2017


The branch, master has been updated
       via  02a57d67867128a8aee4229eacaeecd42001f71c (commit)
      from  1e068dbfc2837809030dcbf0173d2841a411d95a (commit)

Summary of changes:
 src/stock_pixmap.c |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 02a57d67867128a8aee4229eacaeecd42001f71c
Author: Ricardo Mones <ricardo at mones.org>
Date:   Fri Feb 3 12:56:31 2017 +0100

    Make all headers abide by config and features

diff --git a/src/stock_pixmap.c b/src/stock_pixmap.c
index 70ff84e..b401fa7 100644
--- a/src/stock_pixmap.c
+++ b/src/stock_pixmap.c
@@ -16,13 +16,17 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "defs.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#include "claws-features.h"
+#endif
+
 #include <glib.h>
 #include <gtk/gtk.h>
 #include <string.h>
 #include <dirent.h>
 
-#include "config.h"
+#include "defs.h"
 #include "stock_pixmap.h"
 #include "gtkutils.h"
 #include "utils.h"

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list