uptane / aktualizr

C++ Uptane Client
Mozilla Public License 2.0
16 stars 16 forks source link

aktualizr: fix build error 'uint8_t' does not name a type #98

Closed DengkeDu closed 1 year ago

DengkeDu commented 1 year ago

My environment: meta-updater: master branch [c10f9f] yocto poky: master branch [303421] ARCH: arm64

When I take : bitbake aktualizr

Output error said : uint8_t does not name a type

Add the header file stdint.h to asn1-cer.h to fix it.

DengkeDu commented 1 year ago

Ok, thanks for your advice.