From 552e8bf87f417e8bbfd8f4f833ebd0c2b6eabeb6 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Thu, 29 Jul 1999 17:15:50 +0000 Subject: [PATCH] Added #include as it is needed by ANSI. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/gsocket.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unix/gsocket.c b/src/unix/gsocket.c index ef6f652c77..4157d89baa 100644 --- a/src/unix/gsocket.c +++ b/src/unix/gsocket.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #ifdef sun -- 2.47.2