From d1953a767a98bc2fedab8dbad9cf73ea6b4b4214 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 28 Jul 2015 13:01:56 +0200 Subject: [PATCH] wondering whether MinGW C headers are C++ protected :) --- include/xbt/sysdep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xbt/sysdep.h b/include/xbt/sysdep.h index 48476d9bcc..b8ff92c848 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -21,12 +21,12 @@ #include "simgrid_config.h" +SG_BEGIN_DECL() + #include #include #include /* va_list */ -SG_BEGIN_DECL() - /* They live in asserts.h, but need to be declared before this module. double declaration to cut dependency cycle */ /** -- 2.20.1