commit | 38bccfbeb0af039e59eb75fe6d9b2a83cda3d381 | [log] [tgz] |
---|---|---|
author | Zach van Rijn <me@zv.io> | Wed Apr 01 16:30:48 2020 -0500 |
committer | Richard Weinberger <richard@nod.at> | Tue Jun 02 22:37:11 2020 +0200 |
tree | a0ad74416932631fe3fb2df1877c13d74fb92b4c | |
parent | 3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162 [diff] |
um: Add include: memset() and memcpy() are in <string.h> These two functions are otherwise unknown to the pedantic compiler. Include the correct header to enable the build to succeed. Signed-off-by: Zach van Rijn <me@zv.io> Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com> Signed-off-by: Richard Weinberger <richard@nod.at>