From 804e369b49d9faf4b4b9b9113c8714d054b0663a Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 1 Mar 2013 16:53:11 +0900 Subject: search GD headers locally at first at least for gcc's cpp: http://gcc.gnu.org/onlinedocs/cpp/Search-Path.html --- tests/jpeg/jpeg_im2im.c | 2 +- tests/jpeg/jpeg_null.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/jpeg') diff --git a/tests/jpeg/jpeg_im2im.c b/tests/jpeg/jpeg_im2im.c index 836b376..a3cb902 100644 --- a/tests/jpeg/jpeg_im2im.c +++ b/tests/jpeg/jpeg_im2im.c @@ -1,4 +1,4 @@ -#include +#include "gd.h" #include "gdtest.h" int main() diff --git a/tests/jpeg/jpeg_null.c b/tests/jpeg/jpeg_null.c index be25be0..3b2caa6 100644 --- a/tests/jpeg/jpeg_null.c +++ b/tests/jpeg/jpeg_null.c @@ -1,4 +1,4 @@ -#include +#include "gd.h" int main() { -- cgit v1.2.1