From f6f6048524d89a309f1d98864039d73e63c5ad40 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 10 Oct 2006 08:41:33 +0000 Subject: [PATCH 1/1] 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 --- include/xbt/module.h | 2 ++ src/include/xbt/xbt_portability.h | 2 ++ 2 files changed, 4 insertions(+) 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). -- 2.20.1