uterm_video_drm: include xf86drmMode.h again

Upstream mesa fixed the missing header protection of xf86drmMode.h so we
can include it again.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-05-05 17:24:23 +02:00
parent 380868d54b
commit 394879e603

View File

@ -44,7 +44,7 @@
#include <string.h>
#include <unistd.h>
#include <xf86drm.h>
/* #include <xf86drmMode.h> TODO: missing header protection */
#include <xf86drmMode.h>
#include "conf.h"
#include "eloop.h"
#include "log.h"