Anatoly Burakov 0601defe2e eal: improve musl compatibility of string functions
Musl wraps various string functions such as strlcpy in order to
harden them. However, the fortify wrappers are included without
including the actual string functions being wrapped, which
throws missing definition compile errors. Fix by including
string.h in string functions header.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2018-10-22 12:40:14 +02:00
..
2018-09-17 12:21:17 +02:00
2018-07-13 23:42:08 +02:00
2018-07-13 15:35:26 +02:00
2018-07-13 15:35:26 +02:00
2018-01-25 23:25:57 +01:00