summaryrefslogtreecommitdiff
path: root/src/glamo-kms-exa.c
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-05-26 10:03:49 +0200
committerThomas White <taw@bitwiz.org.uk>2010-05-26 10:25:37 +0200
commit2d96367657adb21b34742e76c3a92ba1a3961106 (patch)
treebf8ad8e5e1def77cc56fac66ceb96af1d71434e9 /src/glamo-kms-exa.c
parenta5ef0525ab34d7d5590aba51651ae1a6f40858bc (diff)
drm headers moved from drm dir to libdrm
Diffstat (limited to 'src/glamo-kms-exa.c')
-rw-r--r--src/glamo-kms-exa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glamo-kms-exa.c b/src/glamo-kms-exa.c
index f29c296..6f57918 100644
--- a/src/glamo-kms-exa.c
+++ b/src/glamo-kms-exa.c
@@ -57,9 +57,9 @@
#include "glamo-kms-exa.h"
#include "glamo-drm.h"
-#include <drm/glamo_drm.h>
-#include <drm/glamo_bo.h>
-#include <drm/glamo_bo_gem.h>
+#include <libdrm/glamo_drm.h>
+#include <libdrm/glamo_bo.h>
+#include <libdrm/glamo_bo_gem.h>
#include <xf86drm.h>