d6869a8a93
* Remove reference to devel/xulrunner. * Move some common files for firefox/xulrunner-21.0. * Move patches from devel/sulrunner. * Take MAINTAINERship.
14 lines
407 B
C++
14 lines
407 B
C++
$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
|
|
|