diff --git a/12to11.conf b/12to11.conf
index 30cda9d..9034694 100644
--- a/12to11.conf
+++ b/12to11.conf
@@ -10,8 +10,8 @@
XCBLIB = -lX11-xcb
PIXMAN = -lpixman-1
DRM = -ldrm
- DRMFOURCCH = $(INCROOT)/drm/drm_fourcc.h
- DRMINCLUDES = -I$(INCROOT)/drm
+ DRMFOURCCH = $(INCROOT)/libdrm/drm_fourcc.h
+ DRMINCLUDES = -I$(INCROOT)/libdrm
PIXMANINCLUDES = -I$(INCROOT)/pixman-1
XPRESENTLIB = -lXpresent
WAYLAND_SCANNER = wayland-scanner
diff --git a/tests/dmabuf_test.c b/tests/dmabuf_test.c
index 292ca19..15682ec 100644
--- a/tests/dmabuf_test.c
+++ b/tests/dmabuf_test.c
@@ -19,7 +19,7 @@ along with 12to11. If not, see . */
#include
#include
-#include
+#include
#include
#include