mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2004-07-25 Joel Sherrill <joel@OARcorp.com>
* rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by endian swapping routines.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-07-25 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by
|
||||||
|
endian swapping routines.
|
||||||
|
|
||||||
2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
|
* configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
|
||||||
|
|||||||
@@ -231,6 +231,7 @@ extern "C" {
|
|||||||
|
|
||||||
#ifndef ASM
|
#ifndef ASM
|
||||||
#include <rtems/score/types.h>
|
#include <rtems/score/types.h>
|
||||||
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user