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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

AUTOMAKE_OPTIONS = foreign nostdinc

INCLUDES = -I$(top_srcdir)/include
INCLUDES = -I$(top_srcdir)/include/curl

LIBDIR = ../../lib

+1 −1
Original line number Diff line number Diff line
#include <curl/curl.h>
#include <curl.h>
#include <stdio.h>