summaryrefslogtreecommitdiff
path: root/shared/xalloc.h
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-07-19 14:16:27 +0300
committerBryce Harrington <bryce@osg.samsung.com>2016-07-26 16:26:08 -0700
commit649bbce607fb9665114dd27d64c5273b6a2c42f5 (patch)
tree1326671d00adab855e60f018eafbe5ac5a43762f /shared/xalloc.h
parenta4b34976dd52e2085f62cc03c3f27e1acc41c1f9 (diff)
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 'shared/xalloc.h')
-rw-r--r--shared/xalloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/xalloc.h b/shared/xalloc.h
index 85fccb48..484de2d8 100644
--- a/shared/xalloc.h
+++ b/shared/xalloc.h
@@ -30,6 +30,7 @@
extern "C" {
#endif
+#include <stdint.h>
#include <stdlib.h>
#include <string.h>