Skip to content
Snippets Groups Projects
Commit f3bd0c3f authored by Patrick Monnerat's avatar Patrick Monnerat
Browse files

Added a warning comment about curlbuild.h inclusion leading path.

parent eb438719
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,11 @@
*/
#include "curlver.h" /* libcurl version defines */
/* The leading path on the following include statement is required by the
autobuild system (tests/testcurl.pl) because curlbuild.h is not generated
in the same directory as curl.h in this special case. As long as the
autobuild system works that way, do not remove it, unless you know what
you're doing. */
#include "curl/curlbuild.h" /* libcurl build definitions */
#include "curlrules.h" /* libcurl rules enforcement */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment