X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b87fc0829538ec066fd077e6c30ee6270b8abd78..df740d05eb82dc5c7af785e0967db186f9ea194c:/include/xbt/function_types.h diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index f9883a51d7..b71e6abb90 100644 --- a/include/xbt/function_types.h +++ b/include/xbt/function_types.h @@ -1,6 +1,6 @@ /* function_type.h - classical types for pointer to function */ -/* Copyright (c) 2006-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2006-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -8,7 +8,7 @@ #ifndef XBT_FUNCTION_TYPE_H #define XBT_FUNCTION_TYPE_H -#include "xbt/base.h" +#include SG_BEGIN_DECL()