From e4638b3ad2daa1144d1860dc1b2373c323e64732 Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 8 Jul 2007 21:13:33 +0000 Subject: [PATCH] Make sure this file can be included alone (it needs va_*, which are loaded elsewhere most of the time + note to Malek git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3688 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/xbt/str.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/include/xbt/str.h b/include/xbt/str.h index c383a45662..61e8f54137 100644 --- a/include/xbt/str.h +++ b/include/xbt/str.h @@ -8,15 +8,17 @@ /* 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. */ -#include "xbt/misc.h" -#include "xbt/dynar.h" - #ifndef XBT_STR_H #define XBT_STR_H +#include /* va_* */ +#include "xbt/misc.h" +#include "xbt/dynar.h" + +/* KILLME: Malek, are you sure you need this? */ #if defined(_WIN32) #include -#endif +#endif SG_BEGIN_DECL() -- 2.20.1