Skip to content

Commit dee80e9

Browse files
committed
fix build on windows
1 parent c65a234 commit dee80e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

base1432.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// base1432.c
22
// fumiama 20220319
33
#include <stdio.h>
4+
#include <stdint.h>
45
#include <stdlib.h>
56
#ifdef __linux__
67
# include <endian.h>

base1464.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// base1464.c
22
// fumiama 20211029
33
#include <stdio.h>
4+
#include <stdint.h>
45
#include <stdlib.h>
56
#ifdef __linux__
67
# include <endian.h>

0 commit comments

Comments
 (0)