diff options
author | Xinchen Hui <laruence@gmail.com> | 2015-01-14 17:22:58 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2015-01-14 18:02:41 +0800 |
commit | 2193de0d185eb9d35e4dd7b93cf69d509b0526b9 (patch) | |
tree | fffc6d3a9a86b82bf18bf582389742f1103d974b /main/php.h | |
parent | ade7a410403d7ec3fc1579bee3b890b1ce549eec (diff) | |
download | php-git-2193de0d185eb9d35e4dd7b93cf69d509b0526b9.tar.gz |
Faster sorting algo
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index 2e79a844f6..6ebefd68a1 100644 --- a/main/php.h +++ b/main/php.h @@ -33,7 +33,7 @@ #include "php_version.h" #include "zend.h" -#include "zend_qsort.h" +#include "zend_sort.h" #include "php_compat.h" #include "zend_API.h" |