- Fix includes

This commit is contained in:
Derick Rethans 2003-01-28 16:05:34 +00:00
parent 4fe6fc8b0b
commit 1ca8d7d4c3

View file

@ -25,22 +25,22 @@
#endif #endif
#ifndef HAVE_SCANDIR #ifndef HAVE_SCANDIR
#include <sys/types.h> #include <sys/types.h>
#ifdef HAVE_DIRENT_H #ifdef HAVE_DIRENT_H
#include <dirent.h> #include <dirent.h>
#endif #endif
#ifdef PHP_WIN32 #ifdef PHP_WIN32
#include "win32/readdir.h" #include "win32/readdir.h"
#endif #endif
#include <stdlib.h> #include <stdlib.h>
#include <search.h> #include <search.h>
#endif #endif
#ifndef HAVE_ALPHASORT #ifndef HAVE_ALPHASORT
#include <string.h> #include <string.h>
int alphasort(const struct dirent **a, const struct dirent **b) int alphasort(const struct dirent **a, const struct dirent **b)
{ {