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:
Joel Sherrill
2004-07-25 14:32:12 +00:00
parent 2a757a8998
commit 0cc9d277be
2 changed files with 6 additions and 0 deletions

View File

@@ -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>
* configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).

View File

@@ -231,6 +231,7 @@ extern "C" {
#ifndef ASM
#include <rtems/score/types.h>
#include <stdint.h>
#endif
/*