Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Load xbt/misc.h to get the definition of XBT_PUBLIC
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 10 Oct 2006 08:41:33 +0000 (08:41 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 10 Oct 2006 08:41:33 +0000 (08:41 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2881 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/xbt/module.h
src/include/xbt/xbt_portability.h

index f7277f4..fe11adf 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef _XBT_MODULE_H
 #define _XBT_MODULE_H
 
 #ifndef _XBT_MODULE_H
 #define _XBT_MODULE_H
 
+#include <xbt/misc.h> /* XBT_PUBLIC */
+
 extern char *xbt_binary_name;
 
 XBT_PUBLIC void xbt_init(int *argc,char **argv);
 extern char *xbt_binary_name;
 
 XBT_PUBLIC void xbt_init(int *argc,char **argv);
index 32242d6..1902124 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef _XBT_PORTABILITY_H
 #define _XBT_PORTABILITY_H
 
 #ifndef _XBT_PORTABILITY_H
 #define _XBT_PORTABILITY_H
 
+#include <xbt/misc.h> /* XBT_PUBLIC */
+
 /** @brief get time in seconds 
 
   * gives  the  number  of  seconds since the Epoch (00:00:00 UTC, January 1, 1970).
 /** @brief get time in seconds 
 
   * gives  the  number  of  seconds since the Epoch (00:00:00 UTC, January 1, 1970).