Fixed compile error in Joystick.hpp on FreeBSD

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1378 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2010-01-28 18:36:13 +00:00
parent 35f6fa2060
commit f644f6220d

View File

@ -33,6 +33,7 @@
#include <fcntl.h>
#elif defined(SFML_SYSTEM_FREEBSD)
// #include <sys/joystick.h> ?
#define ABS_MAX 1
#endif