[rtems commit] Include <stdint.h>
Ralf Corsepius
ralf at rtems.org
Thu Feb 14 22:43:44 UTC 2013
Module: rtems
Branch: master
Commit: 91de38f8833d089e86d9c3b3000eec4c57bc48df
Changeset: http://git.rtems.org/rtems/commit/?id=91de38f8833d089e86d9c3b3000eec4c57bc48df
Author: Ralf Corsépius <ralf.corsepius at rtems.org>
Date: Thu Feb 14 17:27:15 2013 +0100
Include <stdint.h>
---
.../score/include/rtems/score/genericcpuatomic.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/cpukit/score/include/rtems/score/genericcpuatomic.h b/cpukit/score/include/rtems/score/genericcpuatomic.h
index 2b49472..2599d0d 100644
--- a/cpukit/score/include/rtems/score/genericcpuatomic.h
+++ b/cpukit/score/include/rtems/score/genericcpuatomic.h
@@ -15,6 +15,8 @@
#ifndef _RTEMS_SCORE_GENERAL_ATOMIC_CPU_H
#define _RTEMS_SCORE_GEMERAL_ATOMIC_CPU_H
+#include <stdint.h>
+
#ifdef __cplusplus
extern "C" {
#endif
More information about the vc
mailing list