mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-27 15:10:12 +01:00
util: fix include path for drm_mode.h
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
This commit is contained in:
parent
f2da507a04
commit
08bd098d84
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef UTIL_PATTERN_H
|
||||
#define UTIL_PATTERN_H
|
||||
|
||||
#include <drm/drm_mode.h>
|
||||
#include <drm_mode.h>
|
||||
|
||||
enum util_fill_pattern {
|
||||
UTIL_PATTERN_TILES,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue