mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-16 14:06:57 +00: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>