Corrected #include in gsockmot.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-09-07 08:22:23 +00:00
parent 1a9469d7cb
commit 2ef1f50a94
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# generic.env # solaris.env
# Linux/generic # Solaris
# #
# Common makefile settings for wxWindows programs # Common makefile settings for wxWindows programs
# This file is included by all the other makefiles, thus changes # This file is included by all the other makefiles, thus changes

View File

@@ -13,7 +13,7 @@
#include <X11/Intrinsic.h> #include <X11/Intrinsic.h>
#include <wx/gsocket.h> #include <wx/gsocket.h>
#include <wx/app.h> #include <wx/app.h>
#include "../unix/gsockunx.h" #include <wx/unix/gsockunx.h>
#define wxAPP_CONTEXT ((XtAppContext)wxTheApp->GetAppContext()) #define wxAPP_CONTEXT ((XtAppContext)wxTheApp->GetAppContext())