commit | bd14468fd890f791e27e5134fd91bfe54de523bd | [log] [tgz] |
---|---|---|
author | Marko Kiiskila <marko@runtime.io> | Fri Dec 30 18:54:18 2016 -0800 |
committer | Christopher Collins <ccollins@apache.org> | Thu Jan 05 17:57:51 2017 -0800 |
tree | 3719e68ccb7653c9d655283b9139b079cfe2e9b5 | |
parent | 755daedde947dc34d2bdd1fdc089bad8a28b436b [diff] [blame] |
bootutil; need to include string.h when building for native.
diff --git a/boot/bootutil/src/image_ec.c b/boot/bootutil/src/image_ec.c index f0c5d35..de08b13 100644 --- a/boot/bootutil/src/image_ec.c +++ b/boot/bootutil/src/image_ec.c
@@ -17,6 +17,8 @@ * under the License. */ +#include <string.h> + #include "syscfg/syscfg.h" #if MYNEWT_VAL(BOOTUTIL_SIGN_EC)