[haiku-commits] haiku: hrev47432 - headers/build/host/haiku_host

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 26 Jun 2014 08:01:27 +0200 (CEST)

hrev47432 adds 1 changeset to branch 'master'
old head: 78d6fb3c8e22416c6c05cbf63aebb9a84a5d3a83
new head: eef22dfb75fe1b97b583c8ef4cb740967478796c
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=eef22df+%5E78d6fb3

----------------------------------------------------------------------------

eef22df: 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.

                             [ Adrien Destugues <pulkomandy@xxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev47432
Commit:      eef22dfb75fe1b97b583c8ef4cb740967478796c
URL:         http://cgit.haiku-os.org/haiku/commit/?id=eef22df
Author:      Adrien Destugues <pulkomandy@xxxxxxxxxxxxx>
Date:        Thu Jun 26 05:59:35 2014 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+)
headers/build/host/haiku_host/Errors.h | 1 +

----------------------------------------------------------------------------

diff --git a/headers/build/host/haiku_host/Errors.h 
b/headers/build/host/haiku_host/Errors.h
new file mode 100644
index 0000000..a84a308
--- /dev/null
+++ b/headers/build/host/haiku_host/Errors.h
@@ -0,0 +1 @@
+#include "../os/support/Errors.h"


Other related posts:

  • » [haiku-commits] haiku: hrev47432 - headers/build/host/haiku_host - pulkomandy