mirror of
https://github.com/php/php-src.git
synced 2025-01-23 04:04:16 +08:00
Fixed compiler warning.
This commit is contained in:
parent
5b387760de
commit
4fe6fc8b0b
@ -40,6 +40,8 @@
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_ALPHASORT
|
||||
#include <string.h>
|
||||
|
||||
int alphasort(const struct dirent **a, const struct dirent **b)
|
||||
{
|
||||
return strcoll((*a)->d_name,(*b)->d_name);
|
||||
|
Loading…
Reference in New Issue
Block a user