#include <stdint.h> instead of <rtems/stdint.h>.

This commit is contained in:
Ralf Corsepius
2008-12-11 00:47:56 +00:00
parent 2a701530b7
commit 1cb54d1f38
30 changed files with 30 additions and 32 deletions

View File

@@ -39,7 +39,7 @@
#ifndef __MD5_INCLUDE__
#include <rtems/stdint.h>
#include <stdint.h>
/* typedef a 32-bit type */
typedef uint32_t UINT4;