mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2025-04-04 09:37:11 +02:00
fix: include <endian.h> for musl's static definitions
This commit is contained in:
parent
d19025bbc9
commit
ed8e199f47
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include <fxg1a.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <endian.h>
|
||||
|
||||
/* sign(): Sign header by filling fixed fields and checksums */
|
||||
void sign(struct g1a *g1a, size_t size)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include <string.h>
|
||||
#include <endian.h>
|
||||
#include <fxg1a.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue