mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Rename to avoid confusion, port is stable - Update MOVED - Update security/sssd/Makefile with name change
12 lines
267 B
C
12 lines
267 B
C
--- 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>
|