]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/log.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
3rd attempt: replace __compar_fn_t by a new function type
[simgrid.git] / include / xbt / log.h
index d22e627e04a96b6849ac1e1509ce3df9e9469a2c..77f036b609b2edd09cfc7e7be20a86d658651de3 100644 (file)
@@ -34,6 +34,7 @@
 #define _XBT_LOG_H_
 
 #include "xbt/misc.h"
+#include "gras_config.h"
 
 #include <stdarg.h>
 SG_BEGIN_DECL()
@@ -92,7 +93,7 @@ SG_BEGIN_DECL()
 /* The root of the category hierarchy. */
 #define XBT_LOG_ROOT_CAT   root
 
-/* In stric ansi C, we are not allowed to initialize a variable with 
+/* In strict ansi C, we are not allowed to initialize a variable with
  * a non-constant value. But the whole tree of categories is
  * connected by setting the address of the parent category as a field
  * of the child one.