diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-07-19 14:16:27 +0300 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2016-07-26 16:26:08 -0700 |
commit | 649bbce607fb9665114dd27d64c5273b6a2c42f5 (patch) | |
tree | 1326671d00adab855e60f018eafbe5ac5a43762f /xwayland/dnd.c | |
parent | a4b34976dd52e2085f62cc03c3f27e1acc41c1f9 (diff) | |
download | weston-649bbce607fb9665114dd27d64c5273b6a2c42f5.tar.gz weston-649bbce607fb9665114dd27d64c5273b6a2c42f5.tar.bz2 weston-649bbce607fb9665114dd27d64c5273b6a2c42f5.zip |
include stdint.h for int32_t/uint32_t
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
Diffstat (limited to 'xwayland/dnd.c')
-rw-r--r-- | xwayland/dnd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xwayland/dnd.c b/xwayland/dnd.c index f17e4cd0..61edb119 100644 --- a/xwayland/dnd.c +++ b/xwayland/dnd.c @@ -26,6 +26,7 @@ #include "config.h" #include <stdlib.h> +#include <stdint.h> #include <stdio.h> #include <string.h> #include <sys/socket.h> |