From: mquinson Date: Tue, 16 May 2006 08:42:54 +0000 (+0000) Subject: Add xbt/host.h X-Git-Tag: v3.3~3148 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/72e371d8aa02403f32f9b9f715d6b8b6864c864c Add xbt/host.h git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2210 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/Makefile.am b/include/Makefile.am index d520ab5b12..01fc6182e0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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 \ diff --git a/include/xbt.h b/include/xbt.h index 64fbbc414d..506f8df7c0 100644 --- a/include/xbt.h +++ b/include/xbt.h @@ -24,6 +24,7 @@ #include #include +#include #include #include