Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Search typedefs of pointer to function where they now live
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 24 May 2006 10:00:17 +0000 (10:00 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 24 May 2006 10:00:17 +0000 (10:00 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2290 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/xbt/dynar.h
include/xbt/set.h
src/include/surf/surfxml_parse_private.h

index f0cbdd5..d3b131c 100644 (file)
@@ -11,6 +11,7 @@
 #define _XBT_DYNAR_H
 
 #include "xbt/misc.h" /* SG_BEGIN_DECL */
 #define _XBT_DYNAR_H
 
 #include "xbt/misc.h" /* SG_BEGIN_DECL */
+#include "xbt/function_types.h"
 
 SG_BEGIN_DECL()
 
 
 SG_BEGIN_DECL()
 
index fd36001..27f7350 100644 (file)
@@ -11,6 +11,7 @@
 #define _XBT_SET_H
 
 #include "xbt/misc.h" /* SG_BEGIN_DECL */
 #define _XBT_SET_H
 
 #include "xbt/misc.h" /* SG_BEGIN_DECL */
+#include "xbt/function_types.h"
 
 SG_BEGIN_DECL()
 
 
 SG_BEGIN_DECL()
 
index b6aace4..c1ec2a8 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <stdio.h>
 #include "xbt/misc.h"
 
 #include <stdio.h>
 #include "xbt/misc.h"
+#include "xbt/function_types.h"
 #include "surf/surfxml_parse.h"
 #include "surf/trace_mgr.h"
 
 #include "surf/surfxml_parse.h"
 #include "surf/trace_mgr.h"