From: Arnaud Giersch Date: Tue, 5 Feb 2013 10:15:14 +0000 (+0100) Subject: Use correct include. X-Git-Tag: v0.3~5 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/5c7ecee696b69e6177921d0077a2b1875f6e3f00?ds=inline Use correct include. xbt/synchro.h has vanished in SG 3.9. --- diff --git a/synchro.h b/synchro.h index a2e86f3..e366bee 100644 --- a/synchro.h +++ b/synchro.h @@ -1,7 +1,7 @@ #ifndef SYNCHRO_H #define SYNCHRO_H -#include +#include class mutex_t { public: