projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
changed return type of RGBColor to const Reference (avoiding compiler warnings)
[wxWidgets.git]
/
src
/
gtk
/
joystick.cpp
diff --git
a/src/gtk/joystick.cpp
b/src/gtk/joystick.cpp
index 9994f9a66706398e713a9a0a383ace1ee992b46f..334fefee346e035945f8cb4cfedabed9bf1bc994 100644
(file)
--- a/
src/gtk/joystick.cpp
+++ b/
src/gtk/joystick.cpp
@@
-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>