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:
@@ -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
|
||||||
|
@@ -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())
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user