--- 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>