aboutsummaryrefslogtreecommitdiff
path: root/drivers/tcpip/tcpclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tcpip/tcpclient.c')
-rw-r--r--drivers/tcpip/tcpclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tcpip/tcpclient.c b/drivers/tcpip/tcpclient.c
index 458b77a..2b0620c 100644
--- a/drivers/tcpip/tcpclient.c
+++ b/drivers/tcpip/tcpclient.c
@@ -2,6 +2,7 @@
#include "tcpclient.h"
#include <stdio.h>
#include <ctype.h>
+#include <string.h>
#if defined(_WIN32)
#if defined(CM_NONE)