From be31eb24d8724b65929d0b5a9d037cde565c9dfe Mon Sep 17 00:00:00 2001 From: Alex Dowad Date: Wed, 22 Apr 2015 08:45:01 +0200 Subject: io: fix compiler error by including stdint.h According to the C standards, uint32_t is defined in stdint.h. Presumably apk is usually built against C libraries where stdint.h is indirectly included through another header file, but this isn't the case with the version of glibc which I am using. --- src/io.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/io.c b/src/io.c index fa8a048..da26a57 100644 --- a/src/io.c +++ b/src/io.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3-60-g2f50