summaryrefslogtreecommitdiff
path: root/rtems-utils.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-03-01 11:25:48 +1100
committerChris Johns <chrisj@rtems.org>2013-03-01 11:25:48 +1100
commit3b6f4dfeccdcbdf35082034992fe069c0a326a5e (patch)
treec587228a7717c7e51870c0bc66c2682874b3a369 /rtems-utils.h
parentfd54b1cbabf8ad545ce535e21474b50483869837 (diff)
Fix errors building on CentOS.
Diffstat (limited to 'rtems-utils.h')
-rw-r--r--rtems-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtems-utils.h b/rtems-utils.h
index e41d7c7..9918570 100644
--- a/rtems-utils.h
+++ b/rtems-utils.h
@@ -25,6 +25,8 @@
#if !defined (_MEMORY_DUMP_H_)
#define _MEMORY_DUMP_H_
+#include <stdint.h>
+
namespace rtems
{
namespace utils