summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/types.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 00:47:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 00:47:56 +0000
commit1cb54d1f38de31800259d2e52cbe948aa712c6b4 (patch)
treeed4fd51bad484f570b231edcf6a71998b7e5e1b7 /cpukit/rtems/include/rtems/rtems/types.h
parent2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1cb54d1f38de31800259d2e52cbe948aa712c6b4.tar.bz2
#include <stdint.h> instead of <rtems/stdint.h>.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/types.h b/cpukit/rtems/include/rtems/rtems/types.h
index 6178abf130..1ea92857e1 100644
--- a/cpukit/rtems/include/rtems/rtems/types.h
+++ b/cpukit/rtems/include/rtems/rtems/types.h
@@ -28,7 +28,7 @@
* RTEMS basic type definitions
*/
-#include <rtems/stdint.h>
+#include <stdint.h>
#include <rtems/score/heap.h>
#include <rtems/score/object.h>
#include <rtems/score/priority.h>