summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/mc9328mxl/include/mc9328mxl.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 08:32:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 08:32:48 +0000
commitd0e2fa3e42ae409687c926a1e42eace57be75896 (patch)
tree875c9a3c7cc39c97c9433c5cfd61fd0db56b0449 /c/src/lib/libcpu/arm/mc9328mxl/include/mc9328mxl.h
parent2008-12-11 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d0e2fa3e42ae409687c926a1e42eace57be75896.tar.bz2
#include <stdint.h> instead of <rtems/stdint.h>.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/arm/mc9328mxl/include/mc9328mxl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/arm/mc9328mxl/include/mc9328mxl.h b/c/src/lib/libcpu/arm/mc9328mxl/include/mc9328mxl.h
index e03916e9fd..6aebf0928c 100644
--- a/c/src/lib/libcpu/arm/mc9328mxl/include/mc9328mxl.h
+++ b/c/src/lib/libcpu/arm/mc9328mxl/include/mc9328mxl.h
@@ -14,7 +14,7 @@
#ifndef __MC9328MXL_H__
#define __MC9328MXL_H__
-#include <rtems/stdint.h>
+#include <stdint.h>
#define bit(_x_) (1 << (_x_))