projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update ReST docs
[wxWidgets.git]
/
src
/
unix
/
joystick.cpp
diff --git
a/src/unix/joystick.cpp
b/src/unix/joystick.cpp
index 49a4cad688e7349d9cfaf6381fba283e21859f08..64afa78cb989e8286f7a8fec2b91cb99e1e378e9 100644
(file)
--- a/
src/unix/joystick.cpp
+++ b/
src/unix/joystick.cpp
@@
-29,6
+29,10
@@
#include <fcntl.h>
#include <unistd.h>
#include <fcntl.h>
#include <unistd.h>
+#ifdef HAVE_SYS_SELECT_H
+# include <sys/select.h>
+#endif
+
#include "wx/unix/private.h"
enum {
#include "wx/unix/private.h"
enum {