drm: Branch 'master'
[email protected] (GitLab Mirror) Sat, 22 Jun 2019 18:57:10 +0000 (UTC)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
tests/util/pattern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 08bd098d84d6e57b18b8b13505b91af920f3f0f2 Author: Ilia Mirkin <[email protected]> Date: Sat Jun 22 14:49:19 2019 -0400 util: fix include path for drm_mode.h Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]> diff --git a/tests/util/pattern.h b/tests/util/pattern.h index 424b0e19..ea38cafd 100644 --- a/tests/util/pattern.h +++ b/tests/util/pattern.h @@ -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, --