mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fixed compiler warning.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user