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/10/22 01:26:04 UTC

[3/3] incubator-mynewt-core git commit: testutil; needs to include hal_system() for system_restart() prototype.

testutil; needs to include hal_system() for system_restart() prototype.


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

Branch: refs/heads/develop
Commit: 0c892318d48848e40f3680ccea61728cb65a99a1
Parents: 85af3c4
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Fri Oct 21 18:25:37 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Fri Oct 21 18:25:37 2016 -0700

----------------------------------------------------------------------
 test/testutil/src/testutil.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0c892318/test/testutil/src/testutil.c
----------------------------------------------------------------------
diff --git a/test/testutil/src/testutil.c b/test/testutil/src/testutil.c
index ff1a277..e36b37b 100644
--- a/test/testutil/src/testutil.c
+++ b/test/testutil/src/testutil.c
@@ -20,6 +20,7 @@
 #include "sysinit/sysinit.h"
 #include "os/os.h"
 #include "hal/hal_flash.h"
+#include "hal/hal_system.h"
 #include "testutil/testutil.h"
 #include "testutil_priv.h"