From: Julian Smart <julian@anthemion.co.uk>
Date: Tue, 7 Sep 1999 08:22:23 +0000 (+0000)
Subject: Corrected #include in gsockmot.cpp
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2ef1f50a94d9ef91d2c8857c66b9df4f91466b3b

Corrected #include in gsockmot.cpp


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

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 <X11/Intrinsic.h>
 #include <wx/gsocket.h>
 #include <wx/app.h>
-#include "../unix/gsockunx.h"
+#include <wx/unix/gsockunx.h>
 
 #define wxAPP_CONTEXT ((XtAppContext)wxTheApp->GetAppContext())