From: Jerome Duval Date: Wed, 22 Feb 2017 16:01:24 +0000 (+0000) Subject: haiku: build fixes around debug defines X-Git-Tag: upstream/17.1.0~1961 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40b0c8666c337fd0fdff42ce70703cd300abcf0c;p=platform%2Fupstream%2Fmesa.git haiku: build fixes around debug defines --- diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h index 7da7f53..63940b7 100644 --- a/src/gallium/auxiliary/util/u_debug.h +++ b/src/gallium/auxiliary/util/u_debug.h @@ -39,13 +39,13 @@ #define U_DEBUG_H_ +#include "os/os_misc.h" + #if defined(PIPE_OS_HAIKU) /* Haiku provides debug_printf in libroot with OS.h */ #include #endif -#include "os/os_misc.h" - #include "pipe/p_format.h" #include "pipe/p_defines.h"