fix glibc build
fixes #10677 src/apk_defines.h:152:15: error: unknown type name 'uint32_t' static inline uint32_t get_unaligned32(const void *ptr) ^~~~~~~~cute-signatures
parent
4966bc5ede
commit
a9916c2d4a
|
@ -13,6 +13,7 @@
|
|||
#define APK_DEFINES_H
|
||||
|
||||
#include <endian.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue