mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
- Rename to avoid confusion, port is stable - Update MOVED - Update security/sssd/Makefile with name change
11 lines
307 B
C
11 lines
307 B
C
--- src/providers/data_provider_be.c.orig 2023-05-25 06:24:25 UTC
|
|
+++ src/providers/data_provider_be.c
|
|
@@ -25,6 +25,8 @@
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
+#include <arpa/inet.h>
|
|
#include <sys/un.h>
|
|
#include <string.h>
|
|
#include <sys/time.h>
|