mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 10:06:07 +08:00
Begin to trim rtems/ from include file paths - start with freebsd
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
#ifndef _SYS_STDINT_HH_
|
||||
#define _SYS_STDINT_HH_
|
||||
|
||||
#include <rtems/freebsd/sys/cdefs.h>
|
||||
#include <rtems/freebsd/sys/_types.h>
|
||||
#include <freebsd/sys/cdefs.h>
|
||||
#include <freebsd/sys/_types.h>
|
||||
|
||||
#include <rtems/freebsd/machine/_stdint.h>
|
||||
#include <freebsd/machine/_stdint.h>
|
||||
|
||||
#ifndef _INT8_T_DECLARED
|
||||
typedef __int8_t int8_t;
|
||||
|
Reference in New Issue
Block a user