diff options
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_screen.c')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_screen.c b/src/gallium/drivers/nouveau/nouveau_screen.c index 19892b17c6c..9d71bf77dd4 100644 --- a/src/gallium/drivers/nouveau/nouveau_screen.c +++ b/src/gallium/drivers/nouveau/nouveau_screen.c @@ -14,7 +14,7 @@ #include <errno.h> #include <stdlib.h> -#include <libdrm/nouveau_drm.h> +#include <nouveau_drm.h> #include "nouveau_winsys.h" #include "nouveau_screen.h" |