Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Put all typedef of generic callbacks in the same place
[simgrid.git] / include / surf / surf_parse.h
index 65eaa85..423f0e3 100644 (file)
@@ -9,8 +9,8 @@
 #define _SURF_SURF_PARSE_H
 
 #include "surf/surfxml.h"
+#include "xbt/misc.h"
 
-typedef   int (*int_f_void_t)(void);
 extern int_f_void_t surf_parse;
 
 #endif