diff options
Diffstat (limited to 'security/pecl-krb5/files/patch-krb5.c')
-rw-r--r-- | security/pecl-krb5/files/patch-krb5.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/pecl-krb5/files/patch-krb5.c b/security/pecl-krb5/files/patch-krb5.c new file mode 100644 index 000000000000..77cae46d3abb --- /dev/null +++ b/security/pecl-krb5/files/patch-krb5.c @@ -0,0 +1,10 @@ +--- krb5.c.orig 2016-11-12 14:17:44 UTC ++++ krb5.c +@@ -39,6 +39,7 @@ + + #include <sys/time.h> + #include <arpa/inet.h> ++#include <netinet/in.h> + + #ifdef HAVE_KADM5 + #include "kdb.h" |