]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - test-suite/testheaders.sh
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / test-suite / testheaders.sh
index 58b21d5b1ca24ffe71feb3ee3d48a570c59a83c7..1036dcd3196b49c8097ef045bfbb016a85eea383 100755 (executable)
@@ -24,7 +24,7 @@ for f in $@; do
     if [ ! -f "$t.o" -o $f -nt "$t.o" ]; then
         echo >$t.cc <<EOF
 /* This file is AUTOMATICALLY GENERATED. DO NOT ALTER IT */
-#include "config.h"
+#include "squid.h"
 #include "${f}"
 int main( int argc, char* argv[] ) { return 0; }
 EOF