From 79fb47240e0adab209438dedf04e72a84d479a91 Mon Sep 17 00:00:00 2001 From: J0EK3R Date: Fri, 2 Feb 2018 16:20:04 +0100 Subject: [PATCH] Update tcpsocket.h added #include for Type timeval --- src/lib/utils/tcpsocket.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/utils/tcpsocket.h b/src/lib/utils/tcpsocket.h index 81ea3ffb..32663436 100755 --- a/src/lib/utils/tcpsocket.h +++ b/src/lib/utils/tcpsocket.h @@ -21,6 +21,7 @@ #include #include +#include #include #include