X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f5792a3bf76ce15a573ae5e9c63097595ae5f2bd..4634214e18b847f6346048fa12179d3d99ae82c9:/include/xbt/function_types.h diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index f9883a51d7..a08d9904f6 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-2018. 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()