Skip to content

Commit

Permalink
fix build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Mar 19, 2022
1 parent c65a234 commit dee80e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions base1432.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// base1432.c
// fumiama 20220319
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#ifdef __linux__
# include <endian.h>
Expand Down
1 change: 1 addition & 0 deletions base1464.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// base1464.c
// fumiama 20211029
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#ifdef __linux__
# include <endian.h>
Expand Down

0 comments on commit dee80e9

Please sign in to comment.