Fixed compile error in Linux/JoystickImpl.cpp

This commit is contained in:
Laurent Gomila 2012-01-31 19:05:43 +01:00
parent 84d75ed487
commit e7256e3324

View File

@ -27,6 +27,7 @@
////////////////////////////////////////////////////////////
#include <SFML/Window/JoystickImpl.hpp>
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
#include <sstream>