Skip to content

Commit f1431e4

Browse files
committed
Use common unix sensor implementation on FreeBSD
1 parent 2081648 commit f1431e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SFML/Window/SensorImpl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
#include <SFML/Window/Win32/SensorImpl.hpp>
3737

38-
#elif defined(SFML_SYSTEM_LINUX)
38+
#elif defined(SFML_SYSTEM_LINUX) || defined(SFML_SYSTEM_FREEBSD)
3939

4040
#include <SFML/Window/Unix/SensorImpl.hpp>
4141

0 commit comments

Comments
 (0)