aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-10-29 11:21:07 -0700
committerDylan Baker <[email protected]>2018-10-30 14:32:52 -0700
commit2fd5dff7e7348cce46318ee0db913948968ded2a (patch)
treeae5e2dbd8026ddfd5e4faaec476d3f634dc17f41 /src/gallium/drivers/i915
parentf1f104e54878ef42f02c947b8f1f3f0b710af6d8 (diff)
util: Move os_misc to util
this is needed by u_debug Tested-by: Brian Paul <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/i915')
-rw-r--r--src/gallium/drivers/i915/i915_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_screen.c b/src/gallium/drivers/i915/i915_screen.c
index 169f502f05a..a7b4a43c015 100644
--- a/src/gallium/drivers/i915/i915_screen.c
+++ b/src/gallium/drivers/i915/i915_screen.c
@@ -27,7 +27,7 @@
#include "draw/draw_context.h"
-#include "os/os_misc.h"
+#include "util/os_misc.h"
#include "util/u_format.h"
#include "util/u_format_s3tc.h"
#include "util/u_inlines.h"