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

set of include files during tests
This commit is contained in:
Daniel Stenberg 2002-12-13 14:14:35 +00:00
parent 3aea0d3d68
commit 57572e550f
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = foreign nostdinc AUTOMAKE_OPTIONS = foreign nostdinc
INCLUDES = -I$(top_srcdir)/include INCLUDES = -I$(top_srcdir)/include/curl
LIBDIR = ../../lib LIBDIR = ../../lib

View File

@ -1,3 +1,3 @@
#include <curl/curl.h> #include <curl.h>
#include <stdio.h> #include <stdio.h>