diff options
Diffstat (limited to 'www/firefox/patches/patch-extensions_auth_nsAuthGSSAPI.cpp')
-rw-r--r-- | www/firefox/patches/patch-extensions_auth_nsAuthGSSAPI.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/firefox/patches/patch-extensions_auth_nsAuthGSSAPI.cpp b/www/firefox/patches/patch-extensions_auth_nsAuthGSSAPI.cpp new file mode 100644 index 00000000000..8fabf80eec4 --- /dev/null +++ b/www/firefox/patches/patch-extensions_auth_nsAuthGSSAPI.cpp @@ -0,0 +1,14 @@ +$NetBSD: patch-extensions_auth_nsAuthGSSAPI.cpp,v 1.1 2013/05/23 13:12:13 ryoon Exp $ + +--- extensions/auth/nsAuthGSSAPI.cpp.orig 2013-05-11 19:19:29.000000000 +0000 ++++ extensions/auth/nsAuthGSSAPI.cpp +@@ -39,6 +39,9 @@ typedef KLStatus (*KLCacheHasValidTicket + #endif + + #if defined(HAVE_RES_NINIT) ++#include <sys/types.h> ++#include <netinet/in.h> ++#include <arpa/nameser.h> + #include <resolv.h> + #endif + |