Skip to content

Commit

Permalink
update to 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Aug 20, 2024
1 parent 7202b4a commit 741f472
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 155 deletions.
21 changes: 21 additions & 0 deletions anda/games/gamescope/0001-limits.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
From 88ce1e5de62886aa14c74421cde6130e16e70d7d Mon Sep 17 00:00:00 2001
From: psykose <[email protected]>
Date: Sat, 6 Jul 2024 20:52:50 +0200
Subject: [PATCH] utils: include limits.h for PATH_MAX

---
src/Utils/Process.cpp | 1 +
1 file changed, 1 insertion(+)

diff --git a/src/Utils/Process.cpp b/src/Utils/Process.cpp
index e71786f75..3e748e0d3 100644
--- a/src/Utils/Process.cpp
+++ b/src/Utils/Process.cpp
@@ -21,6 +21,7 @@
#include <pthread.h>
#include <stdlib.h>
#include <dirent.h>
+#include <limits.h>
#include <unistd.h>
#include <sys/types.h>
#include <signal.h>
Loading

0 comments on commit 741f472

Please sign in to comment.