From 2ef1f50a94d9ef91d2c8857c66b9df4f91466b3b Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 7 Sep 1999 08:22:23 +0000 Subject: [PATCH] Corrected #include in gsockmot.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/makeenvs/solaris.env | 4 ++-- src/motif/gsockmot.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/makeenvs/solaris.env b/src/makeenvs/solaris.env index 00abd382a9..3cf01d57be 100644 --- a/src/makeenvs/solaris.env +++ b/src/makeenvs/solaris.env @@ -1,5 +1,5 @@ -# generic.env -# Linux/generic +# solaris.env +# Solaris # # Common makefile settings for wxWindows programs # This file is included by all the other makefiles, thus changes diff --git a/src/motif/gsockmot.cpp b/src/motif/gsockmot.cpp index 535a7b4d42..7d8dbf7e99 100644 --- a/src/motif/gsockmot.cpp +++ b/src/motif/gsockmot.cpp @@ -13,7 +13,7 @@ #include #include #include -#include "../unix/gsockunx.h" +#include #define wxAPP_CONTEXT ((XtAppContext)wxTheApp->GetAppContext()) -- 2.47.2