[rtems commit] posix: Include missing <stdint.h>

Sebastian Huber sebh at rtems.org
Tue Jul 23 15:14:21 UTC 2013


Module:    rtems
Branch:    master
Commit:    f41eeb030b84d18a496ae00baac54ca514228d84
Changeset: http://git.rtems.org/rtems/commit/?id=f41eeb030b84d18a496ae00baac54ca514228d84

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jul 23 17:11:17 2013 +0200

posix: Include missing <stdint.h>

---

 cpukit/posix/include/rtems/posix/config.h |    2 ++
 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 460ddcb..104bd84 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




More information about the vc mailing list