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.
This commit is contained in:
Adrien Destugues 2014-06-25 08:59:14 +02:00
parent 2ea139b8a3
commit 6bcbdcc3c0
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
#include "/boot/system/develop/headers/os/support/Errors.h"
#include "../os/support/Errors.h"