summaryrefslogtreecommitdiff
path: root/tests/tga
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/tga
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/tga')
-rw-r--r--tests/tga/tga_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tga/tga_null.c b/tests/tga/tga_null.c
index a45cec1..f61078c 100644
--- a/tests/tga/tga_null.c
+++ b/tests/tga/tga_null.c
@@ -1,4 +1,4 @@
-#include <gd.h>
+#include "gd.h"
int main()
{