From 72e371d8aa02403f32f9b9f715d6b8b6864c864c Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 16 May 2006 08:42:54 +0000 Subject: [PATCH 1/1] Add xbt/host.h git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2210 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/Makefile.am | 1 + include/xbt.h | 1 + 2 files changed, 2 insertions(+) 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 -- 2.20.1