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)