From 21638355f6a37554f11a644f1b3ba041b4bbf5ba Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 22 Nov 2012 23:50:35 +0100 Subject: [PATCH] a public xbt header wasnt included from xbt.h --- include/xbt.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/xbt.h b/include/xbt.h index 9502ec7e88..3a9bc583c2 100644 --- a/include/xbt.h +++ b/include/xbt.h @@ -1,7 +1,6 @@ -/* xbt.h - Public interface to the xbt (gras's toolbox) */ +/* xbt.h - Public interface to the xbt (SimGrid's toolbox) */ -/* Copyright (c) 2004, 2005, 2006, 2009, 2010. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2004-2012. 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. */ @@ -33,4 +32,6 @@ #include #include +#include + #endif /* xbt_H */ -- 2.20.1