summaryrefslogtreecommitdiff
path: root/src/SFML/Window/Joystick.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SFML/Window/Joystick.hpp')
-rwxr-xr-xsrc/SFML/Window/Joystick.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SFML/Window/Joystick.hpp b/src/SFML/Window/Joystick.hpp
index 6bb1f2a..4a17f4e 100755
--- a/src/SFML/Window/Joystick.hpp
+++ b/src/SFML/Window/Joystick.hpp
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007-2008 Laurent Gomila (laurent.gom@gmail.com)
+// Copyright (C) 2007-2009 Laurent Gomila (laurent.gom@gmail.com)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages arising from the use of this software.
@@ -56,7 +56,7 @@ struct JoystickState
#include <SFML/Window/Win32/Joystick.hpp>
-#elif defined(SFML_SYSTEM_LINUX)
+#elif defined(SFML_SYSTEM_LINUX) || defined(SFML_SYSTEM_FREEBSD)
#include <SFML/Window/Linux/Joystick.hpp>