mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 20:43:38 +01:00
143029a837
GCC's default stdint.h only defaults to stdint-gcc.h, which we want to use, when using -ffreestanding. Make our wishes explicit to avoid needing that flag.
2 lines
64 B
C
2 lines
64 B
C
/* We rely on GCC's default version. */
|
|
#include "stdint-gcc.h"
|