summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2013-05-05 10:39:33 +0200
committerRemi Collet <remi@php.net>2013-05-05 10:39:33 +0200
commit4cea61a0fa16fba72e496d72b6c2aa8934d1b032 (patch)
tree34b74e4f792ddc186a868d745c76ad932fa2c3dd
parent0cae9a15d73a8b3d4a8dad92b295985df0dff98a (diff)
downloadphp-git-4cea61a0fa16fba72e496d72b6c2aa8934d1b032.tar.gz
gd: fix include...
-rw-r--r--ext/gd/gd_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gd_compat.c b/ext/gd/gd_compat.c
index dbb16a5d4b..35b6457858 100644
--- a/ext/gd/gd_compat.c
+++ b/ext/gd/gd_compat.c
@@ -9,7 +9,7 @@
# include <jpeglib.h>
#endif
-#include "gd_compat.c"
+#include "gd_compat.h"
#ifdef HAVE_GD_JPG
int gdJpegGetVersionInt()