You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/08/24 00:53:27 UTC

[13/50] [abbrv] incubator-mynewt-core git commit: boot_serial; regression test on linux was failing to build.

boot_serial; regression test on linux was failing to build.

Reported by Nges.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/02f9f527
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/02f9f527
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/02f9f527

Branch: refs/heads/master
Commit: 02f9f5277ff733512ce9d700d69034caa074e6a6
Parents: 63911e8
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Mon Aug 15 13:21:58 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Mon Aug 15 13:21:58 2016 -0700

----------------------------------------------------------------------
 libs/boot_serial/src/test/boot_test.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/02f9f527/libs/boot_serial/src/test/boot_test.c
----------------------------------------------------------------------
diff --git a/libs/boot_serial/src/test/boot_test.c b/libs/boot_serial/src/test/boot_test.c
index e11a649..8fe3425 100644
--- a/libs/boot_serial/src/test/boot_test.c
+++ b/libs/boot_serial/src/test/boot_test.c
@@ -25,6 +25,7 @@
 #include <inttypes.h>
 #include <util/base64.h>
 #include <util/crc16.h>
+#include <os/endian.h>
 #include <testutil/testutil.h>
 #include <hal/hal_flash.h>
 #include <hal/flash_map.h>