From cf1360ec0ac74b9d9f9c594b2156d69bf780d8fc Mon Sep 17 00:00:00 2001 From: nnposter Date: Sun, 24 Sep 2017 00:33:27 +0000 Subject: [PATCH] Adds a possibly missing definition of offsetof(), introduced in r37005 --- ncat/ncat_connect.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ncat/ncat_connect.c b/ncat/ncat_connect.c index 7146f9c50..b3b0efd9c 100644 --- a/ncat/ncat_connect.c +++ b/ncat/ncat_connect.c @@ -140,6 +140,7 @@ #include #include #endif +#include #include #include #include