Files
meta-openembedded/meta-oe/recipes-connectivity/ifplugd
Khem Raj 835d9df6cd ifplugd: Include stdint.h for uintXX_t
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>
2019-11-06 06:32:14 -08:00
..