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/05/05 19:53:45 UTC

incubator-mynewt-core git commit: Fix compiler error recently introduced.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 3334005d6 -> 6c578986e


Fix compiler error recently introduced.


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

Branch: refs/heads/develop
Commit: 6c578986e0f9c2a63ed70d79b4370c5b66c1f5d0
Parents: 3334005
Author: Christopher Collins <cc...@apache.org>
Authored: Thu May 5 12:53:25 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Thu May 5 12:53:25 2016 -0700

----------------------------------------------------------------------
 libs/os/include/os/os_eventq.h | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/6c578986/libs/os/include/os/os_eventq.h
----------------------------------------------------------------------
diff --git a/libs/os/include/os/os_eventq.h b/libs/os/include/os/os_eventq.h
index b261145..0af7b9a 100644
--- a/libs/os/include/os/os_eventq.h
+++ b/libs/os/include/os/os_eventq.h
@@ -21,6 +21,7 @@
 #define _OS_EVENTQ_H
 
 #include <inttypes.h>
+#include "os/os_time.h"
 
 struct os_event {
     uint8_t ev_queued;