You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/04/12 02:07:40 UTC

incubator-mynewt-core git commit: boot; complete partial commit.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 9fdc67d3f -> b4d4680bf


boot; complete partial commit.


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/b4d4680b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b4d4680b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/b4d4680b

Branch: refs/heads/develop
Commit: b4d4680bfd23a48fb217e49d4d047d1870a091e3
Parents: 9fdc67d
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Mon Apr 11 17:06:56 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Mon Apr 11 17:06:56 2016 -0700

----------------------------------------------------------------------
 apps/boot/src/boot.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b4d4680b/apps/boot/src/boot.c
----------------------------------------------------------------------
diff --git a/apps/boot/src/boot.c b/apps/boot/src/boot.c
index 5157364..53f4924 100755
--- a/apps/boot/src/boot.c
+++ b/apps/boot/src/boot.c
@@ -26,6 +26,7 @@
 #include <hal/hal_system.h>
 #include <hal/hal_flash.h>
 #include <log/log.h>
+#include "fs/fs.h"
 #include "nffs/nffs.h"
 #include "bootutil/image.h"
 #include "bootutil/loader.h"