From 6bcbdcc3c0fe914ba61def3185e69b3cf3f48f4d Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 25 Jun 2014 08:59:14 +0200 Subject: [PATCH] Use current Errors.h when building libbe_build This allows adding new error codes to the libbe_build without breaking the build on older Haiku versions. Fixes the build for the newly introduced B_PARTIAL_READ and B_PARTIAL_WRITE. --- headers/build/host/haiku_host/Errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/build/host/haiku_host/Errors.h b/headers/build/host/haiku_host/Errors.h index 5daeeaeddd..a84a3087e5 100644 --- a/headers/build/host/haiku_host/Errors.h +++ b/headers/build/host/haiku_host/Errors.h @@ -1 +1 @@ -#include "/boot/system/develop/headers/os/support/Errors.h" +#include "../os/support/Errors.h"