From 06258dc5c9c1b192845a8d240a5c1f30a4d97f3b Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Mon, 30 May 2016 14:07:19 +0200 Subject: [PATCH] Don't include inside extern C {} --- 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 9141c69362..6ae59ffaab 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -17,12 +17,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