From eef22dfb75fe1b97b583c8ef4cb740967478796c Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 26 Jun 2014 07:59:35 +0200 Subject: [PATCH] Revert "Remove haiku_host/Errors.h" This reverts commit f105756e273ccff786618c049ea97ac7c9c7b501. The host header gets included if this file is missing , rather than the one in the build tree. Fix the build again. --- headers/build/host/haiku_host/Errors.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 headers/build/host/haiku_host/Errors.h diff --git a/headers/build/host/haiku_host/Errors.h b/headers/build/host/haiku_host/Errors.h new file mode 100644 index 0000000000..a84a3087e5 --- /dev/null +++ b/headers/build/host/haiku_host/Errors.h @@ -0,0 +1 @@ +#include "../os/support/Errors.h"