diff options
author | Emil Velikov <[email protected]> | 2015-03-20 21:20:10 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-04-22 16:03:01 +0100 |
commit | 9450bd56bee3ab99c33be2e08317990fa7563520 (patch) | |
tree | 908c7211afa5eac61323512a397c05ea829ebb03 /src/gallium/targets | |
parent | 02e93be55e81d5ff257f4717eb3fdb5a8f79b544 (diff) |
gallium/targets/d3dadapter9: drop the libdrm prefix for drm.h
The path is provided by libdrm.pc and already used appropriately by
the build system.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/d3dadapter9/drm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/d3dadapter9/drm.c b/src/gallium/targets/d3dadapter9/drm.c index ec594fdad79..6342ab801a9 100644 --- a/src/gallium/targets/d3dadapter9/drm.c +++ b/src/gallium/targets/d3dadapter9/drm.c @@ -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> |