]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/repl_modules.sh
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / repl_modules.sh
index 76f648f0fe65b5a1ac40d4fe55726cb6bd570c98..97a9b21737fcfca290c0dc7eafa59c0b65289996 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -11,6 +11,7 @@ echo "/* automatically generated by $0 $*"
 echo " * do not edit"
 echo " */"
 echo "#include \"squid.h\""
+echo "#include \"repl_modules.h\""
 echo "#include \"Store.h\""
 echo ""
 for module in "$@"; do