mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 14:30:30 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1750 e7d03fd6-7b0d-0410-9947-9c21f3af8025
7 lines
228 B
Awk
7 lines
228 B
Awk
# Add htmlsax.h include as first line of file. This is needed to let
|
|
# Python.h be included before any system headers.
|
|
# See also http://docs.python.org/api/includes.html
|
|
BEGIN {
|
|
print "#include \"htmlsax.h\"";
|
|
}
|
|
{ print; }
|