fix: include <endian.h> for musl's static definitions

This commit is contained in:
Lephe 2019-03-22 14:49:27 +01:00
parent d19025bbc9
commit ed8e199f47
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -1,4 +1,5 @@
#include <string.h>
#include <endian.h>
#include <fxg1a.h>
/*