src/proxy.c

changeset 349
6f7d28b0f98d
parent 338
21c93bc7ae83
child 664
5885765c40c6
--- a/src/proxy.c	Wed Jun 07 14:04:24 2000 +0000
+++ b/src/proxy.c	Wed Jun 07 17:14:32 2000 +0000
@@ -23,6 +23,9 @@
 /* it is intended to : 1st handle http proxy, using the CONNECT command
  , 2nd provide an easy way to add socks support */
 
+#ifdef HAVE_CONFIG_H
+#include "../config.h"
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

mercurial