Include <rtems/stdint.h> instead of <stdint.h>.

This commit is contained in:
Ralf Corsepius
2007-05-09 15:56:13 +00:00
parent fae9d83732
commit 203ed7ff8c
6 changed files with 6 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ static char sccsid[] = "@(#)readdir.c 5.7 (Berkeley) 6/1/90";
#endif
#include <dirent.h>
#include <stdint.h>
#include <rtems/stdint.h>
int getdents(
int dd_fd,

View File

@@ -40,7 +40,7 @@
*/
#if defined(__rtems__)
#include <stdint.h>
#include <rtems/stdint.h>
#endif
#include <sys/param.h>

View File

@@ -8,7 +8,7 @@
** ********************************************************************
*/
#include <stdint.h>
#include <rtems/stdint.h>
/* MDstruct is the data structure for a message digest computation.
*/

View File

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

View File

@@ -29,6 +29,7 @@
#include <sys/time.h> /* for struct timeval */
#include <net/ppp_defs.h>
#include <rtems/rtemsdialer.h>
#include <rtems/stdint.h>
#if defined(__STDC__)
#include <stdarg.h>

View File

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