hal_timer.h; include inttypes.h
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/e9ab595e Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/e9ab595e Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/e9ab595e Branch: refs/heads/master Commit: e9ab595e22c320b5cddc62c4acfd1c5d6e7c2b5b Parents: 8d8cf59 Author: Marko Kiiskila <[email protected]> Authored: Fri Apr 14 10:46:06 2017 -0700 Committer: Marko Kiiskila <[email protected]> Committed: Fri Apr 14 13:21:30 2017 -0700 ---------------------------------------------------------------------- hw/hal/include/hal/hal_timer.h | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e9ab595e/hw/hal/include/hal/hal_timer.h ---------------------------------------------------------------------- diff --git a/hw/hal/include/hal/hal_timer.h b/hw/hal/include/hal/hal_timer.h index c0a1cff..a2f717a 100644 --- a/hw/hal/include/hal/hal_timer.h +++ b/hw/hal/include/hal/hal_timer.h @@ -24,6 +24,8 @@ extern "C" { #endif +#include <inttypes.h> + #include "os/queue.h" /* HAL timer struct */
