summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorJerome Duval <[email protected]>2017-02-22 16:01:24 +0000
committerAlexander von Gluck IV <[email protected]>2017-02-24 14:10:57 +0000
commit40b0c8666c337fd0fdff42ce70703cd300abcf0c (patch)
tree23419d4a4e02025a8cefce8843216964cfd592ff /src/gallium/auxiliary
parentccb70d6f53464171639ee7809c9fe5ee3a86e54d (diff)
haiku: build fixes around debug defines
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/util/u_debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h
index 7da7f53da57..63940b72253 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 <OS.h>
#endif
-#include "os/os_misc.h"
-
#include "pipe/p_format.h"
#include "pipe/p_defines.h"