summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 17:11:17 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 17:19:08 +0200
commitf41eeb030b84d18a496ae00baac54ca514228d84 (patch)
treefdaf41fa37b5676f1746cde51c4b04c15ee53eb1
parentscore: Create heap implementation header (diff)
downloadrtems-f41eeb030b84d18a496ae00baac54ca514228d84.tar.bz2
posix: Include missing <stdint.h>
-rw-r--r--cpukit/posix/include/rtems/posix/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/config.h b/cpukit/posix/include/rtems/posix/config.h
index 460ddcb2a9..104bd84046 100644
--- a/cpukit/posix/include/rtems/posix/config.h
+++ b/cpukit/posix/include/rtems/posix/config.h
@@ -19,6 +19,8 @@
#ifndef _RTEMS_POSIX_CONFIG_H
#define _RTEMS_POSIX_CONFIG_H
+#include <stdint.h>
+
#ifdef __cplusplus
extern "C" {
#endif