1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-05 02:00:31 +08:00

fix build on windows

This commit is contained in:
源文雨
2022-03-19 20:06:07 +08:00
parent c65a2342e8
commit dee80e9d99
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
// base1432.c
// fumiama 20220319
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#ifdef __linux__
# include <endian.h>

View File

@@ -1,6 +1,7 @@
// base1464.c
// fumiama 20211029
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#ifdef __linux__
# include <endian.h>