mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
haiku: build fixes around debug defines
This commit is contained in:
parent
ccb70d6f53
commit
40b0c8666c
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue