Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Include the prototypes of these functions
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 16 Apr 2007 11:59:46 +0000 (11:59 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 16 Apr 2007 11:59:46 +0000 (11:59 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3419 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/trim.c

index 268002b..48f185c 100644 (file)
@@ -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
+