summaryrefslogtreecommitdiff
path: root/tests/gd2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gd2')
-rw-r--r--tests/gd2/gd2_im2im.c2
-rw-r--r--tests/gd2/gd2_null.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/gd2/gd2_im2im.c b/tests/gd2/gd2_im2im.c
index d749496..a83c7bf 100644
--- a/tests/gd2/gd2_im2im.c
+++ b/tests/gd2/gd2_im2im.c
@@ -1,4 +1,4 @@
-#include <gd.h>
+#include "gd.h"
#include "gdtest.h"
int main()
diff --git a/tests/gd2/gd2_null.c b/tests/gd2/gd2_null.c
index 1bd4fd8..6c8fc96 100644
--- a/tests/gd2/gd2_null.c
+++ b/tests/gd2/gd2_null.c
@@ -1,4 +1,4 @@
-#include <gd.h>
+#include "gd.h"
int main()
{