forked from Imagelibrary/rtems
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>
|
||||
|
||||
* configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
|
||||
|
||||
@@ -231,6 +231,7 @@ extern "C" {
|
||||
|
||||
#ifndef ASM
|
||||
#include <rtems/score/types.h>
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user