summaryrefslogtreecommitdiff
path: root/tegra
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-04-05 15:51:59 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-04-28 11:19:15 +0100
commit42465feb9759ef5a6d79d7e628510cd0a081f913 (patch)
tree723eef6fd35213dd1766df5ac6eaa2e1e7a73042 /tegra
parenta814f933bf9fb25cf7b3cf82c69ba07ed2a686d0 (diff)
drm: rename libdrm{,_macros}.h
Provide a more meaningful name, considering what it does. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'tegra')
-rw-r--r--tegra/private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tegra/private.h b/tegra/private.h
index 9b6bc939..bb6c1a51 100644
--- a/tegra/private.h
+++ b/tegra/private.h
@@ -28,7 +28,7 @@
#include <stdbool.h>
#include <stdint.h>
-#include <libdrm.h>
+#include <libdrm_macros.h>
#include <xf86atomic.h>
#include "tegra.h"