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
TBK 2020-03-21 16:28:35 +01:00 committed by Timo Teräs
parent 4966bc5ede
commit a9916c2d4a
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#define APK_DEFINES_H
#include <endian.h>
#include <stdint.h>
#include <string.h>
#include <time.h>