about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTAABrow.c
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTAABrow.c')
-rw-r--r--WWW/Library/Implementation/HTAABrow.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTAABrow.c b/WWW/Library/Implementation/HTAABrow.c
index 02db254c..dde97869 100644
--- a/WWW/Library/Implementation/HTAABrow.c
+++ b/WWW/Library/Implementation/HTAABrow.c
@@ -57,13 +57,12 @@
 #include <HTAlert.h>		/* HTConfirm(), HTPrompt()	*/
 #include <HTAAUtil.h>		/* AA common to both sides	*/
 #include <HTAssoc.h>		/* Assoc list			*/
+#include <HTAccess.h>		/* Are we using an HTTP gateway? */
 #include <HTAABrow.h>		/* Implemented here		*/
 #include <HTUU.h>		/* Uuencoding and uudecoding	*/
 
 #include <LYLeaks.h>
 
-extern BOOL using_proxy;	/* Are we using an HTTP gateway? */
-
 /*
 **  Local datatype definitions
 **