commit | 649bbce607fb9665114dd27d64c5273b6a2c42f5 | [log] [tgz] |
---|---|---|
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | Tue Jul 19 14:16:27 2016 +0300 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Tue Jul 26 16:26:08 2016 -0700 |
tree | 1326671d00adab855e60f018eafbe5ac5a43762f | |
parent | a4b34976dd52e2085f62cc03c3f27e1acc41c1f9 [diff] [blame] |
include stdint.h for int32_t/uint32_t Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
diff --git a/libweston/compositor-x11.c b/libweston/compositor-x11.c index e2e6110..9e2dc37 100644 --- a/libweston/compositor-x11.c +++ b/libweston/compositor-x11.c
@@ -29,6 +29,7 @@ #include <assert.h> #include <stddef.h> +#include <stdint.h> #include <stdlib.h> #include <string.h> #include <fcntl.h>