From: jongfoster Date: Tue, 4 Jun 2002 14:48:13 +0000 (+0000) Subject: Fixing path to Privoxy's config.h X-Git-Tag: v_3_1_archive_branchpoint~255 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=b6831105143914eb38b3e5963dc0a5250276773f;hp=602c3c858a4fc7cedea051aef516520e2bb12aa0 Fixing path to Privoxy's config.h --- diff --git a/pcre/config.h b/pcre/config.h index c767cbb4..e2aca051 100644 --- a/pcre/config.h +++ b/pcre/config.h @@ -1,5 +1,5 @@ /* For Privoxy, we just use Privoxy's config.h */ -#include "../config.h" +#include "../src/config.h"