1
0
Fork 0
mirror of https://git.suyu.dev/suyu/flatpak.git synced 2025-01-08 15:26:05 +00:00
yuzu-suyu-flatpak/shared-modules/linux-audio/patches/lash-gcc47.patch

12 lines
385 B
Diff
Raw Normal View History

2024-03-07 23:28:57 +00:00
diff -rupN lash-0.5.4.old/liblash/lash.c lash-0.5.4/liblash/lash.c
--- lash-0.5.4.old/liblash/lash.c 2007-03-09 10:34:40.000000000 -0500
+++ lash-0.5.4/liblash/lash.c 2012-07-22 18:17:46.003963521 -0400
@@ -22,6 +22,7 @@
#include <string.h>
#include <strings.h>
#include <pthread.h>
+#include <sys/resource.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/socket.h>