summaryrefslogtreecommitdiff
path: root/va/sysdeps.h
diff options
context:
space:
mode:
authorDmitry Ermilov <dmitry.ermilov@intel.com>2012-07-03 15:34:24 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-09-26 11:53:58 +0200
commit5b2cfeae7a25de055c8db7b4b618f8a64e95eb8b (patch)
treee75ee90f5b8c66ccacf8079f4f4443eed372da1c /va/sysdeps.h
parent3ba14678f8d7706b5c9e8401fb0b2afb14f1307c (diff)
downloadlibva-5b2cfeae7a25de055c8db7b4b618f8a64e95eb8b.tar.gz
drm: fix build without X11 headers.
Signed-off-by: Dmitry Ermilov <dmitry.ermilov@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'va/sysdeps.h')
-rw-r--r--va/sysdeps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/va/sysdeps.h b/va/sysdeps.h
index d864721..77db28a 100644
--- a/va/sysdeps.h
+++ b/va/sysdeps.h
@@ -31,6 +31,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stdbool.h>
#include <string.h>
#include <stdint.h>
#include <assert.h>