mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Include <rtems/stdint.h> instead of <stdint.h>.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
*/
|
||||
|
||||
#if defined(__rtems__)
|
||||
#include <stdint.h>
|
||||
#include <rtems/stdint.h>
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
** ********************************************************************
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <rtems/stdint.h>
|
||||
|
||||
/* MDstruct is the data structure for a message digest computation.
|
||||
*/
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
#ifndef __MD5_INCLUDE__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <rtems/stdint.h>
|
||||
|
||||
/* typedef a 32-bit type */
|
||||
typedef uint32_t UINT4;
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -250,7 +250,7 @@ extern "C" {
|
||||
|
||||
#ifndef ASM
|
||||
#include <rtems/score/types.h>
|
||||
#include <stdint.h>
|
||||
#include <rtems/stdint.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user