2003-05-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/rtems/rtems/types.h: Include stdint.h.
This commit is contained in:
Ralf Corsepius
2003-05-30 11:45:55 +00:00
parent 8df287b07e
commit f69c84bf50
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-05-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/rtems/types.h: Include stdint.h.
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 409:

View File

@@ -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;