]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Make cf_gen header self-complete.
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 31 Oct 2009 10:05:02 +0000 (23:05 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 31 Oct 2009 10:05:02 +0000 (23:05 +1300)
src/cf_gen.cc

index 9a34c052ccf01911bc13ed78ad13d466ec021538..d32a3e203f34e133b0545729a0e24b8f73ab0383 100644 (file)
@@ -473,6 +473,8 @@ main(int argc, char *argv[])
             " * Abstract: This file contains routines used to configure the\n"
             " *           variables in the squid server.\n"
             " */\n"
+            "\n"
+            "#include \"config.h\"\n"
             "\n",
             input_filename, argv[0]
            );