X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a0c355466d01a81f953e8529a8d76751a2964ac..83f0364920918d0380a5d538216193bfe00ddc47:/examples/c/actor-create/actor-create.c diff --git a/examples/c/actor-create/actor-create.c b/examples/c/actor-create/actor-create.c index 8765e79f55..51cf4e3872 100644 --- a/examples/c/actor-create/actor-create.c +++ b/examples/c/actor-create/actor-create.c @@ -21,8 +21,8 @@ #include #include #include -#include #include +#include // This declares a logging channel so that XBT_INFO can be used later XBT_LOG_NEW_DEFAULT_CATEGORY(actor_create, "The logging channel used in this example");