mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-03 20:54:42 +02:00
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>