mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-24 10:01:38 +01:00
16 lines
389 B
Diff
16 lines
389 B
Diff
Upstream: Should be
|
|
Reason: Fixes compilation with musl
|
|
|
|
diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h
|
|
index 6c0ebcd..50fd37e 100644
|
|
--- a/src/firejail/firejail.h
|
|
+++ b/src/firejail/firejail.h
|
|
@@ -24,6 +24,7 @@
|
|
#include "../include/rundefs.h"
|
|
#include <stdarg.h>
|
|
#include <sys/stat.h>
|
|
+#include <limits.h>
|
|
|
|
// debug restricted shell
|
|
//#define DEBUG_RESTRICTED_SHELL
|