summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-09-21 11:21:57 -0700
committerDylan Baker <[email protected]>2018-10-30 14:32:52 -0700
commit314777e86ae71d1397de229cfcdcb15a3f668f2d (patch)
treef1cf5ecc10d722c3d07992bc59b837d8a0d3075d /src/gallium/state_trackers
parent68074dfa0eab4cd3388cfc23051ece4577e8ec90 (diff)
gallium/util: move memory debug declarations into u_debug_gallium
Tested-by: Brian Paul <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r--src/gallium/state_trackers/wgl/stw_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/wgl/stw_device.c b/src/gallium/state_trackers/wgl/stw_device.c
index e43f12f7f2b..f04689a974d 100644
--- a/src/gallium/state_trackers/wgl/stw_device.c
+++ b/src/gallium/state_trackers/wgl/stw_device.c
@@ -29,6 +29,7 @@
#include "glapi/glapi.h"
#include "util/u_debug.h"
+#include "util/u_debug_gallium.h"
#include "util/u_math.h"
#include "util/u_memory.h"
#include "pipe/p_screen.h"