summaryrefslogtreecommitdiff
path: root/tests/gdimagecopy
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-03-01 16:53:11 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-03-01 16:53:11 +0900
commit804e369b49d9faf4b4b9b9113c8714d054b0663a (patch)
treec84860918a36768e3998bca346afbe6acd1f883a /tests/gdimagecopy
parent702ecc5a3a193b74b28602a29e50e623ff8e0ef2 (diff)
downloadlibgd-804e369b49d9faf4b4b9b9113c8714d054b0663a.tar.gz
search GD headers locally at first
at least for gcc's cpp: http://gcc.gnu.org/onlinedocs/cpp/Search-Path.html
Diffstat (limited to 'tests/gdimagecopy')
-rw-r--r--tests/gdimagecopy/bug00007.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gdimagecopy/bug00007.c b/tests/gdimagecopy/bug00007.c
index 79fe757..001baf9 100644
--- a/tests/gdimagecopy/bug00007.c
+++ b/tests/gdimagecopy/bug00007.c
@@ -1,7 +1,7 @@
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
-#include <gd.h>
+#include "gd.h"
#include "gdtest.h"