From: mquinson Date: Tue, 10 Oct 2006 08:41:33 +0000 (+0000) Subject: Load xbt/misc.h to get the definition of XBT_PUBLIC X-Git-Tag: v3.3~2478 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f6f6048524d89a309f1d98864039d73e63c5ad40 Load xbt/misc.h to get the definition of XBT_PUBLIC git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2881 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/module.h b/include/xbt/module.h index f7277f4121..fe11adfd00 100644 --- a/include/xbt/module.h +++ b/include/xbt/module.h @@ -10,6 +10,8 @@ #ifndef _XBT_MODULE_H #define _XBT_MODULE_H +#include /* XBT_PUBLIC */ + extern char *xbt_binary_name; XBT_PUBLIC void xbt_init(int *argc,char **argv); diff --git a/src/include/xbt/xbt_portability.h b/src/include/xbt/xbt_portability.h index 32242d65d7..1902124839 100644 --- a/src/include/xbt/xbt_portability.h +++ b/src/include/xbt/xbt_portability.h @@ -10,6 +10,8 @@ #ifndef _XBT_PORTABILITY_H #define _XBT_PORTABILITY_H +#include /* XBT_PUBLIC */ + /** @brief get time in seconds * gives the number of seconds since the Epoch (00:00:00 UTC, January 1, 1970).