haiku: build fixes around debug defines
authorJerome Duval <jerome.duval@gmail.com>
Wed, 22 Feb 2017 16:01:24 +0000 (16:01 +0000)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Fri, 24 Feb 2017 14:10:57 +0000 (14:10 +0000)
src/gallium/auxiliary/util/u_debug.h

index 7da7f53da573d4dde72bbea504bead07b1a77ed1..63940b72253ad90cc7fc206bccd732bca180738f 100644 (file)
 #define U_DEBUG_H_
 
 
+#include "os/os_misc.h"
+
 #if defined(PIPE_OS_HAIKU)
 /* Haiku provides debug_printf in libroot with OS.h */
 #include <OS.h>
 #endif
 
-#include "os/os_misc.h"
-
 #include "pipe/p_format.h"
 #include "pipe/p_defines.h"