Commit:    96a575123d09dcbc6674db527671fa60c7cf3842
Author:    Remi Collet <r...@php.net>         Mon, 6 May 2013 10:07:06 +0200
Parents:   9480de29db25982c75a7317ba779eec3d3847781
Branches:  PHP-5.5 master

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

Log:
gd: fix previous (bad 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 14538d4..dc6a95a 100644
--- a/ext/gd/gd_compat.c
+++ b/ext/gd/gd_compat.c
@@ -10,7 +10,7 @@
 #endif
 
 #include "gd_compat.h"
-#include <TSRM.h>
+#include "php.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