diff options
-rw-r--r-- | recipes-mac/smack/tcp-smack-test/tcp_client.c | 1 | ||||
-rw-r--r-- | recipes-mac/smack/udp-smack-test/udp_client.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes-mac/smack/tcp-smack-test/tcp_client.c b/recipes-mac/smack/tcp-smack-test/tcp_client.c index 6c0a474..b82b575 100644 --- a/recipes-mac/smack/tcp-smack-test/tcp_client.c +++ b/recipes-mac/smack/tcp-smack-test/tcp_client.c | |||
@@ -18,6 +18,7 @@ | |||
18 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 18 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
19 | // THE SOFTWARE. | 19 | // THE SOFTWARE. |
20 | #include <stdio.h> | 20 | #include <stdio.h> |
21 | #include <stdlib.h> | ||
21 | #include <sys/socket.h> | 22 | #include <sys/socket.h> |
22 | #include <sys/types.h> | 23 | #include <sys/types.h> |
23 | #include <errno.h> | 24 | #include <errno.h> |
diff --git a/recipes-mac/smack/udp-smack-test/udp_client.c b/recipes-mac/smack/udp-smack-test/udp_client.c index 23f3e00..976cbdc 100644 --- a/recipes-mac/smack/udp-smack-test/udp_client.c +++ b/recipes-mac/smack/udp-smack-test/udp_client.c | |||
@@ -18,6 +18,7 @@ | |||
18 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 18 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
19 | // THE SOFTWARE. | 19 | // THE SOFTWARE. |
20 | #include <sys/socket.h> | 20 | #include <sys/socket.h> |
21 | #include <stdlib.h> | ||
21 | #include <stdio.h> | 22 | #include <stdio.h> |
22 | #include <netinet/in.h> | 23 | #include <netinet/in.h> |
23 | #include <netdb.h> | 24 | #include <netdb.h> |