summaryrefslogtreecommitdiffstats
path: root/patches/source/pam/patches/pam_namespace.SIZE_MAX.patch
blob: 0415461d95a71992484ceecce747f3df6c294994 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ./modules/pam_namespace/pam_namespace.c.orig	2024-01-17 04:29:36.000000000 -0600
+++ ./modules/pam_namespace/pam_namespace.c	2024-01-26 14:38:48.683016434 -0600
@@ -38,6 +38,7 @@
 #include "pam_inline.h"
 #include "pam_namespace.h"
 #include "argv_parse.h"
+#include <stdint.h>
 
 /* --- evaluating all files in VENDORDIR/security/namespace.d and /etc/security/namespace.d --- */
 static const char *base_name(const char *path)