Skip to content
  • Alex Dowad's avatar
    io: fix compiler error by including stdint.h · be31eb24
    Alex Dowad authored and Timo Teräs's avatar Timo Teräs committed
    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.
    be31eb24