mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
835d9df6cd
stdint.h is standard header which should provide these types
Fixes
../../ifplugd-0.28/src/ethtool-local.h:27:9: error: unknown type name 'uint8_t'
typedef uint8_t u8;
^
Signed-off-by: Khem Raj <raj.khem@gmail.com>