mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
intel_winsys: Fix build failure due to DEBUG_IOCTL being undefined.
Include pipe/p_debug.h to consistently enable or disable the debugging code.
This commit is contained in:
parent
4901410293
commit
dbf12dcdb7
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@
|
|||
|
||||
|
||||
#include "drm.h"
|
||||
|
||||
#include "pipe/p_debug.h"
|
||||
|
||||
#include "intel_screen.h"
|
||||
#include "i915_drm.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue