Fixed compile error in Linux/JoystickImpl.cpp
This commit is contained in:
parent
84d75ed487
commit
e7256e3324
|
@ -27,6 +27,7 @@
|
|||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/Window/JoystickImpl.hpp>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <sstream>
|
||||
|
||||
|
|
Loading…
Reference in a new issue