From cc794fff019ab735cdc4150384d465fdbcbe2fd1 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 20 Nov 2013 23:55:38 +0100 Subject: [PATCH] Add missing SG_{BEGIN,END}_DECL. --- include/simgrid/modelchecker.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/simgrid/modelchecker.h b/include/simgrid/modelchecker.h index f97be05bf3..557014d5df 100644 --- a/include/simgrid/modelchecker.h +++ b/include/simgrid/modelchecker.h @@ -13,6 +13,8 @@ #ifndef SIMGRID_MODELCHECKER_H #define SIMGRID_MODELCHECKER_H +SG_BEGIN_DECL() + #ifdef HAVE_MC extern int _sg_do_model_check; /* please don't use directly: we inline MC_is_active, but that's what you should use */ @@ -44,6 +46,6 @@ XBT_PUBLIC(void) MC_ignore(void *addr, size_t size); #endif - +SG_END_DECL() #endif /* SIMGRID_MODELCHECKER_H */ -- 2.20.1