haiku: build fixes around debug defines

This commit is contained in:
Jerome Duval 2017-02-22 16:01:24 +00:00 committed by Alexander von Gluck IV
parent ccb70d6f53
commit 40b0c8666c

View file

@ -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"