From: mquinson Date: Mon, 16 Apr 2007 11:59:46 +0000 (+0000) Subject: Include the prototypes of these functions X-Git-Tag: v3.3~1941 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0e407d291fe64a484f52a27b88f04156beae00c0 Include the prototypes of these functions git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3419 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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 +