X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9afbd215e6823f9b84f34b7b2655186d2db8e3db..0e407d291fe64a484f52a27b88f04156beae00c0:/src/xbt/trim.c diff --git a/src/xbt/trim.c b/src/xbt/trim.c index 268002b0c1..48f185c771 100644 --- a/src/xbt/trim.c +++ b/src/xbt/trim.c @@ -10,7 +10,8 @@ */ #include "xbt/misc.h" -#include "xbt/sysdep.h" /* headers of these functions */ +#include "xbt/sysdep.h" +#include "xbt/trim.h" /* headers of these functions */ #include "portable.h" /** @brief Strip whitespace (or other characters) from the end of a string. @@ -131,4 +132,4 @@ trim(char* s, const char* char_list ){ return ltrim(rtrim(s,char_list),char_list); } - \ No newline at end of file +