st/wgl: include u_debug.h
authorBrian Paul <brianp@vmware.com>
Tue, 10 Nov 2015 21:34:51 +0000 (14:34 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 12 Nov 2015 18:21:25 +0000 (11:21 -0700)
To get declaration for debug_printf() directly instead of getting it
indirectly through os_thread.h

Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
src/gallium/state_trackers/wgl/stw_ext_context.c
src/gallium/state_trackers/wgl/stw_ext_pbuffer.c
src/gallium/state_trackers/wgl/stw_getprocaddress.c

index 6af2062739876eb956fd2a29bae16e789d82565a..4c58316a0e1fab0f3eb07ea2d4182c16cd42107d 100644 (file)
@@ -35,6 +35,8 @@
 #include "stw_device.h"
 #include "stw_ext_context.h"
 
+#include "util/u_debug.h"
+
 
 wglCreateContext_t wglCreateContext_func = 0;
 wglDeleteContext_t wglDeleteContext_func = 0;
index 0bd60c064d796b662043cb14d9d5a0b7a13d5dff..e7887b6ac0cd3c3d286a368efaa6be99571fba11 100644 (file)
@@ -35,6 +35,8 @@
 #include "pipe/p_defines.h"
 #include "pipe/p_screen.h"
 
+#include "util/u_debug.h"
+
 #include "stw_device.h"
 #include "stw_pixelformat.h"
 #include "stw_framebuffer.h"
index 33949b6606f817b29511f090b6b10b339114d04c..28d10d2e31212a9ef27e2f4f4ba76d49b14a42e0 100644 (file)
@@ -37,6 +37,8 @@
 #include "stw_icd.h"
 #include "stw_nopfuncs.h"
 
+#include "util/u_debug.h"
+
 struct stw_extension_entry
 {
    const char *name;