summaryrefslogtreecommitdiff
path: root/sysutils/slurm-wlm/files/patch-src_common_conmgr.c
blob: 4a536f2854cc13db0c7bfcc8e02427371a28d7f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/common/conmgr.c.orig	2023-11-21 22:33:29 UTC
+++ src/common/conmgr.c
@@ -47,6 +47,8 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <sys/un.h>
+#include <sys/param.h>
+#include <sys/ucred.h>
 #include <time.h>
 #include <unistd.h>