Commit:    4cea61a0fa16fba72e496d72b6c2aa8934d1b032
Author:    Remi Collet <r...@php.net>         Sun, 5 May 2013 10:39:33 +0200
Parents:   0cae9a15d73a8b3d4a8dad92b295985df0dff98a
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=4cea61a0fa16fba72e496d72b6c2aa8934d1b032

Log:
gd: fix include...

Changed paths:
  M  ext/gd/gd_compat.c


Diff:
diff --git a/ext/gd/gd_compat.c b/ext/gd/gd_compat.c
index dbb16a5..35b6457 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()


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to