Skip to content
Snippets Groups Projects
Commit 57572e55 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include files without the curl/ to reduce the risk of us including the wrong

set of include files during tests
parent 3aea0d3d
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = foreign nostdinc
INCLUDES = -I$(top_srcdir)/include
INCLUDES = -I$(top_srcdir)/include/curl
LIBDIR = ../../lib
......
#include <curl/curl.h>
#include <curl.h>
#include <stdio.h>
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