X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/152ae176ced6c0cf415a15a491476488389ce2ab..f2ad0175ed569f3cfa5df330ec4174d7fe7b1229:/examples/msg/mc/bugged2_liveness.c diff --git a/examples/msg/mc/bugged2_liveness.c b/examples/msg/mc/bugged2_liveness.c index ee5519f272..e13dd5ab70 100644 --- a/examples/msg/mc/bugged2_liveness.c +++ b/examples/msg/mc/bugged2_liveness.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2014. The SimGrid Team. +/* Copyright (c) 2012-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -10,7 +10,7 @@ /* LTL property checked : !(GFcs) */ /******************************************************************************/ -#include "msg/msg.h" +#include "simgrid/msg.h" #include "mc/mc.h" #include "xbt/automaton.h" #include "bugged2_liveness.h"