]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected #include in gsockmot.cpp
authorJulian Smart <julian@anthemion.co.uk>
Tue, 7 Sep 1999 08:22:23 +0000 (08:22 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 7 Sep 1999 08:22:23 +0000 (08:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/makeenvs/solaris.env
src/motif/gsockmot.cpp

index 00abd382a90fd3e2981f0eec70a6ab9ad1f0cc15..3cf01d57bebe5ace8d2b64d42a13ed87fedff623 100644 (file)
@@ -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 
index 535a7b4d4251e03eb7e3d820011699e30dee4b6c..7d8dbf7e9964438d6cb53523967cf8a342404a02 100644 (file)
@@ -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())