diff options
author | Paul Geary <paul.geary@arm.com> | 2013-04-15 09:57:29 +0100 |
---|---|---|
committer | Paul Geary <paul.geary@arm.com> | 2013-04-15 09:57:29 +0100 |
commit | adf7c1f2f9140941d4e805a659235564085e1547 (patch) | |
tree | c56387e69475e3345643fea9fef4c4ce0b092450 /src/drmmode_exynos | |
parent | 01b5c1784d5323b715fdea9aad7f66a65a4630f4 (diff) |
Fix build issue for Exynos build target
There is a missing header file that is requried in drmmode_exynos.c
to build the armsoc for Exynos. This includes the missing file.
Change-Id: Icc2de0ce0673d017281f38db6714b816ba8f44fd
Diffstat (limited to 'src/drmmode_exynos')
-rw-r--r-- | src/drmmode_exynos/drmmode_exynos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drmmode_exynos/drmmode_exynos.c b/src/drmmode_exynos/drmmode_exynos.c index a8bd908..8ac6930 100644 --- a/src/drmmode_exynos/drmmode_exynos.c +++ b/src/drmmode_exynos/drmmode_exynos.c @@ -23,6 +23,7 @@ */ #include "../drmmode_driver.h" +#include <stddef.h> #include <xf86drmMode.h> #include <sys/ioctl.h> |