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/11/01 17:16:54 UTC

[11/11] incubator-mynewt-core git commit: mn_socket - add missing include.

mn_socket - add missing include.


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

Branch: refs/heads/develop
Commit: 1242fdddef6fa61e809dc6f9ba3ca9e88c9ac1cc
Parents: dd5082d
Author: Christopher Collins <cc...@apache.org>
Authored: Sun Oct 30 15:43:30 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Nov 1 10:08:48 2016 -0700

----------------------------------------------------------------------
 net/ip/mn_socket/src/mn_socket_aconv.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/1242fddd/net/ip/mn_socket/src/mn_socket_aconv.c
----------------------------------------------------------------------
diff --git a/net/ip/mn_socket/src/mn_socket_aconv.c b/net/ip/mn_socket/src/mn_socket_aconv.c
index dc005c6..d88bb2c 100644
--- a/net/ip/mn_socket/src/mn_socket_aconv.c
+++ b/net/ip/mn_socket/src/mn_socket_aconv.c
@@ -18,6 +18,7 @@
  */
 #include <ctype.h>
 #include <stdio.h>
+#include <string.h>
 #include <os/endian.h>
 #include "mn_socket/mn_socket.h"