summaryrefslogtreecommitdiff
path: root/src/SFML/Window/VideoModeSupport.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SFML/Window/VideoModeSupport.hpp')
-rwxr-xr-xsrc/SFML/Window/VideoModeSupport.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SFML/Window/VideoModeSupport.hpp b/src/SFML/Window/VideoModeSupport.hpp
index 63ee1e9..caa94aa 100755
--- a/src/SFML/Window/VideoModeSupport.hpp
+++ b/src/SFML/Window/VideoModeSupport.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.
@@ -35,7 +35,7 @@
#include <SFML/Window/Win32/VideoModeSupport.hpp>
-#elif defined(SFML_SYSTEM_LINUX)
+#elif defined(SFML_SYSTEM_LINUX) || defined(SFML_SYSTEM_FREEBSD)
#include <SFML/Window/Linux/VideoModeSupport.hpp>