summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/types.h
diff options
context:
space:
mode:
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;