summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/fourcc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/fourcc.h b/common/fourcc.h
index efe2d62..f33ab4b 100644
--- a/common/fourcc.h
+++ b/common/fourcc.h
@@ -1,7 +1,8 @@
#ifndef COMMON_FOURCC_H
#define COMMON_FOURCC_H
-#include <drm/drm_fourcc.h>
+/* pick up the libdrm fourcc.h. */
+#include <drm_fourcc.h>
/* pick up on the Xorg fourcc.h. */
#include <fourcc.h>