OSDN Git Service

gallium/targets/d3dadapter9: drop the libdrm prefix for drm.h
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 20 Mar 2015 21:20:10 +0000 (21:20 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 22 Apr 2015 15:03:01 +0000 (16:03 +0100)
The path is provided by libdrm.pc and already used appropriately by
the build system.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/targets/d3dadapter9/drm.c

index ec594fd..6342ab8 100644 (file)
@@ -39,7 +39,7 @@
 #include "xmlconfig.h"
 #include "xmlpool.h"
 
-#include <libdrm/drm.h>
+#include <drm.h>
 #include <sys/ioctl.h>
 #include <fcntl.h>
 #include <stdio.h>