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
|
||||
# Linux/generic
|
||||
# solaris.env
|
||||
# Solaris
|
||||
#
|
||||
# Common makefile settings for wxWindows programs
|
||||
# This file is included by all the other makefiles, thus changes
|
||||
|
@@ -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())
|
||||
|
||||
|
Reference in New Issue
Block a user