summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/types.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-30 11:49:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-30 11:49:08 +0000
commit3f4876a5d19b1f783e4263395de810ec398ada91 (patch)
tree1bcd8742c67703e2b0cae012b568d84380ee4f8a /cpukit/rtems/include/rtems/rtems/types.h
parent2003-05-29 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3f4876a5d19b1f783e4263395de810ec398ada91.tar.bz2
Merger from rtems-4.6-branch
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 9fe77ee0f7..0d140a09bc 100644
--- a/cpukit/rtems/include/rtems/rtems/types.h
+++ b/cpukit/rtems/include/rtems/rtems/types.h
@@ -23,7 +23,7 @@ extern "C" {
* RTEMS basic type definitions
*/
-#include <rtems/stdint.h>
+#include <stdint.h>
/* backward compatibility types */
typedef uint8_t rtems_unsigned8;