262e48de92
SFML is a free multimedia C++ API that provides you low and high level access to graphics, input, audio, etc. This package contains the C++ language bindings of SFML.
16 lines
529 B
C++
16 lines
529 B
C++
$NetBSD: patch-src_SFML_Window_FreeBSD_JoystickImpl.hpp,v 1.1 2020/05/21 08:42:00 plunky Exp $
|
|
|
|
add NetBSD support
|
|
|
|
--- src/SFML/Window/FreeBSD/JoystickImpl.hpp.orig 2015-08-24 16:01:06.000000000 +0000
|
|
+++ src/SFML/Window/FreeBSD/JoystickImpl.hpp
|
|
@@ -28,6 +28,9 @@
|
|
////////////////////////////////////////////////////////////
|
|
// Headers
|
|
////////////////////////////////////////////////////////////
|
|
+#if defined(__NetBSD__)
|
|
+#include <dev/usb/usb.h>
|
|
+#endif
|
|
#include <dev/usb/usbhid.h>
|
|
#include <usbhid.h>
|
|
#include <vector>
|