From: mquinson Date: Wed, 24 May 2006 10:06:35 +0000 (+0000) Subject: Search typedefs of pointer to function where they now live X-Git-Tag: v3.3~3067 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0df3d092ef2add4b5648a77b0bee5bcaabb0af65?hp=09f286c26a7cabb1d5d5cfda4ecd26e06cd23080 Search typedefs of pointer to function where they now live git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2291 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/gras/stub_generator.c b/tools/gras/stub_generator.c index cf06ee1907..c2ae9d2836 100644 --- a/tools/gras/stub_generator.c +++ b/tools/gras/stub_generator.c @@ -9,6 +9,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "xbt/sysdep.h" +#include "xbt/function_types.h" #include "xbt/log.h" #include "surf/surfxml_parse.h" #include "surf/surf.h"