Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
supernovae was missing sd_dotloader because of we were using old macro names in CMake
[simgrid.git] / include / xbt.h
index b00f11b..21bdd49 100644 (file)
@@ -1,6 +1,7 @@
 /* xbt.h - Public interface to the xbt (gras's toolbox)                   */
 
-/* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
+/* Copyright (c) 2004, 2005, 2006, 2009, 2010. 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. */
@@ -24,6 +25,7 @@
 #include <xbt/set.h>
 #include <xbt/swag.h>
 #include <xbt/heap.h>
+#include <xbt/queue.h>
 
 #include <xbt/peer.h>
 #include <xbt/config.h>
@@ -32,4 +34,4 @@
 /* pimple to display the message sizes */
 XBT_PUBLIC(void) SIMIX_message_sizes_output(const char *filename);
 
-#endif /* xbt_H */
+#endif                          /* xbt_H */