]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[drm] Drop drm/ from include directives
authorFrederic Crozat <fcrozat@mandriva.com>
Tue, 13 Apr 2010 15:43:13 +0000 (17:43 +0200)
committerFrederic Crozat <fcrozat@mandriva.com>
Tue, 13 Apr 2010 15:43:13 +0000 (17:43 +0200)
One file was missing the fix.

src/plugins/renderers/drm/plugin.c

index 725a023e76d6756a99a86947d52ecb5c3fdb7a7d..385bd919033cf255ea56cfb4be1b3d8429cbb46f 100644 (file)
@@ -42,7 +42,7 @@
 #include <values.h>
 #include <unistd.h>
 
-#include <drm/drm.h>
+#include <drm.h>
 #include <xf86drm.h>
 #include <xf86drmMode.h>