forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
293 B
C
11 lines
293 B
C
--- ./msktutil.h.orig 2012-08-29 17:25:54.000000000 -0400
|
|
+++ ./msktutil.h 2012-08-29 17:26:12.000000000 -0400
|
|
@@ -43,6 +43,8 @@
|
|
#include <netdb.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/utsname.h>
|
|
+#include <netinet/in.h>
|
|
+#include <arpa/inet.h>
|
|
#include <ldap.h>
|
|
|
|
#ifdef HAVE_COM_ERR_H
|