Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add xbt/host.h
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 16 May 2006 08:42:54 +0000 (08:42 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 16 May 2006 08:42:54 +0000 (08:42 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2210 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/Makefile.am
include/xbt.h

index d520ab5..01fc618 100644 (file)
@@ -10,6 +10,7 @@ nobase_include_HEADERS = \
        xbt/graph.h \
        xbt/fifo.h \
        xbt/swag.h \
+       xbt/host.h \
        xbt/config.h \
        xbt/cunit.h \
        xbt/graphxml_parse.h \
index 64fbbc4..506f8df 100644 (file)
@@ -24,6 +24,7 @@
 #include <xbt/swag.h>
 #include <xbt/heap.h>
 
+#include <xbt/host.h>
 #include <xbt/config.h>
 #include <xbt/cunit.h>