From 0e407d291fe64a484f52a27b88f04156beae00c0 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 16 Apr 2007 11:59:46 +0000 Subject: [PATCH 1/1] 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 --- src/xbt/trim.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 + -- 2.20.1