mirror of
https://github.com/curl/curl.git
synced 2026-04-18 09:21:42 +03:00
buildconf: fix header filename
The header file inclusion had a typo, it should be .h and not .hd. Fix by renaming. Fixes #4102 Reported-by: AceCrow on Github
This commit is contained in:
parent
5fecc4d626
commit
8dc21dbb84
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ rem
|
|||
copy /Y src\tool_hugehelp.c.cvs src\tool_hugehelp.c 1>NUL 2>&1
|
||||
) else (
|
||||
echo #include "tool_setup.h"> src\tool_hugehelp.c
|
||||
echo #include "tool_hugehelp.hd">> src\tool_hugehelp.c
|
||||
echo #include "tool_hugehelp.h">> src\tool_hugehelp.c
|
||||
echo.>> src\tool_hugehelp.c
|
||||
echo void hugehelp(void^)>> src\tool_hugehelp.c
|
||||
echo {>> src\tool_hugehelp.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue