drm-uapi: use local files, not system libdrm
[mesa.git] / src / gallium / drivers / tegra / tegra_screen.c
index 1051c167189f85ab669e5883ca0902fc2f314cea..6e7769075d1e4af07d1a0f58200e1ae583930d72 100644 (file)
@@ -28,8 +28,8 @@
 
 #include <sys/stat.h>
 
-#include <drm_fourcc.h>
-#include <tegra_drm.h>
+#include "drm-uapi/drm_fourcc.h"
+#include "drm-uapi/tegra_drm.h"
 #include <xf86drm.h>
 
 #include "loader/loader.h"