Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / util / u_debug.h
index bc6cd8ac2a9924c2fa6649801fd7538892342734..a9e44bf24e2073a15fb282eaa27454ed19acfcae 100644 (file)
 #ifndef U_DEBUG_H_
 #define U_DEBUG_H_
 
-
+#include <stdarg.h>
+#include <string.h>
 #include "util/os_misc.h"
 #include "util/detect_os.h"
+#include "util/macros.h"
 
 #if DETECT_OS_HAIKU
 /* Haiku provides debug_printf in libroot with OS.h */
 #include <OS.h>
 #endif
 
-#include "pipe/p_defines.h"
-
-
 #ifdef __cplusplus
 extern "C" {
 #endif