Fixed sssd2
This commit is contained in:
12
security/sssd2/files/patch-src__sss_client__nss_hosts.c
Normal file
12
security/sssd2/files/patch-src__sss_client__nss_hosts.c
Normal file
@ -0,0 +1,12 @@
|
||||
--- src/sss_client/nss_hosts.c.orig 2023-05-05 08:11:07 UTC
|
||||
+++ src/sss_client/nss_hosts.c
|
||||
@@ -22,6 +22,9 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <nss.h>
|
||||
#include <netdb.h>
|
||||
#include <resolv.h>
|
||||
Reference in New Issue
Block a user