You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libsfml/files/libsfml-1.6-gcc47.patch

12 lines
283 B

--- SFML-1.6/src/SFML/Window/Linux/Joystick.cpp
+++ SFML-1.6/src/SFML/Window/Linux/Joystick.cpp
@@ -27,7 +27,7 @@
////////////////////////////////////////////////////////////
#include <SFML/Window/Joystick.hpp>
#include <sstream>
-
+#include <unistd.h>
namespace sf
{