Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Include the prototypes of these functions
[simgrid.git] / src / xbt / trim.c
index 268002b..48f185c 100644 (file)
@@ -10,7 +10,8 @@
  */
   
 #include "xbt/misc.h"
  */
   
 #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.
 #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);
 }
                
     return ltrim(rtrim(s,char_list),char_list);
 }
-   
\ No newline at end of file
+