aboutsummaryrefslogtreecommitdiffstats
path: root/net/freeipa-client/files/patch-client_ipa-getkeytab.c
blob: 73f4df4aee841209751fde5c4825c7747e434b95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- client/ipa-getkeytab.c.orig	2023-08-21 14:29:00 UTC
+++ client/ipa-getkeytab.c
@@ -34,6 +34,13 @@
 #include <time.h>
 #include <krb5.h>
 #include <ldap.h>
+typedef unsigned char   u_char;
+typedef unsigned short  u_short;
+typedef unsigned int    u_int;
+typedef unsigned long   u_long;
+#include <sys/types.h>
+#include <netinet/in.h>
+#include <arpa/nameser.h>
 #include <resolv.h>
 #include <sasl/sasl.h>
 #include <popt.h>