void-packages/srcpkgs/pcsxr/patches/musl-fcntl_h.patch
q66 cabbb8a1ca pcsxr: update to 1.9.94
This switches distfiles source as the original does ńot have the
new version. It also adds a bunch of patches, including fixes for
ppc and so on, from Debian.
2019-06-25 21:53:05 +02:00

10 lines
267 B
Diff

--- a/plugins/dfinput/pad.c 2013-08-23 01:57:03.000000000 +0200
+++ b/plugins/dfinput/pad.c 2015-11-02 11:08:45.328649386 +0100
@@ -22,6 +22,7 @@
#include <sys/file.h>
#include <time.h>
#endif
+#include <fcntl.h>
#if SDL_VERSION_ATLEAST(1,3,0)
int has_haptic;