(blind) fix for joystick compilation problems

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-05-21 22:49:40 +00:00
parent 29d83fc1e5
commit 5260937e74
3 changed files with 10 additions and 2 deletions

View File

@@ -13,10 +13,12 @@
#pragma implementation "joystick.h"
#endif
#include <wx/joystick.h>
#include "wx/defs.h"
#if wxUSE_JOYSTICK
#include "wx/joystick.h"
#include <linux/joystick.h>
#include <sys/types.h>
#include <sys/stat.h>