Skip to content
  • Mike Frysinger's avatar
    compiler.h: add uint typedef · b050c72d
    Mike Frysinger authored
    
    
    Recent crc changes started using the "uint" type in headers that are used
    on the build system.  This subsequently broke mingw targets as they do not
    provide such a type.  So add this basic typedef to compiler.h so that we
    do not have to worry about this breaking again in the future.
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    b050c72d