From af0200d6ef8503f111ec448dad8c7867ca0ea301 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 27 Aug 2013 23:28:39 +0200 Subject: [PATCH] Fix build problem in glue code for x86_64. --- src/system/glue/arch/x86_64/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/system/glue/arch/x86_64/Jamfile b/src/system/glue/arch/x86_64/Jamfile index d63e77a834..3dc2791b91 100644 --- a/src/system/glue/arch/x86_64/Jamfile +++ b/src/system/glue/arch/x86_64/Jamfile @@ -1,5 +1,7 @@ SubDir HAIKU_TOP src system glue arch x86_64 ; +UsePrivateSystemHeaders ; + local architectureObject ; for architectureObject in [ MultiArchSubDirSetup x86_64 ] { on $(architectureObject) {