From: Karsten Ballüder Date: Mon, 28 Sep 1998 15:38:09 +0000 (+0000) Subject: Added sys/types.h needed for Solaris. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/23e09f1115536813561fded9bd17ee197cf010c7 Added sys/types.h needed for Solaris. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/sckaddr.cpp b/src/common/sckaddr.cpp index 90117044f7..94a2fe6aec 100644 --- a/src/common/sckaddr.cpp +++ b/src/common/sckaddr.cpp @@ -41,6 +41,7 @@ #include #include #else +#include #include #include #include