Fixed compiler warning.

This commit is contained in:
Ilia Alshanetsky 2003-01-28 16:04:10 +00:00
parent 5b387760de
commit 4fe6fc8b0b

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