1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

Fixed compiler warning.

This commit is contained in:
Ilia Alshanetsky
2003-01-28 16:02:33 +00:00
parent 03caef107a
commit 6faa5e5bc4

View File

@@ -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);