You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2018/05/01 21:43:25 UTC

[mynewt-core] branch master updated: os_callout: include stddef.h for NULL (#1066)

This is an automated email from the ASF dual-hosted git repository.

vipulrahane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new d16395c  os_callout: include stddef.h for NULL (#1066)
d16395c is described below

commit d16395c63fc5461d373c7390418564d122c0d837
Author: Vipul Rahane <vr...@gmail.com>
AuthorDate: Tue May 1 14:43:23 2018 -0700

    os_callout: include stddef.h for NULL (#1066)
---
 kernel/os/include/os/os_callout.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/os/include/os/os_callout.h b/kernel/os/include/os/os_callout.h
index 858bdff..ce63da5 100644
--- a/kernel/os/include/os/os_callout.h
+++ b/kernel/os/include/os/os_callout.h
@@ -34,6 +34,7 @@ extern "C" {
 #define OS_CALLOUT_F_QUEUED (0x01)
 
 #include "os/os_eventq.h"
+#include <stddef.h>
 
 /**
  * Structure containing the definition of a callout, initialized

-- 
To stop receiving notification emails like this one, please contact
vipulrahane@apache.org.