mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
- Fix includes
This commit is contained in:
parent
4fe6fc8b0b
commit
1ca8d7d4c3
1 changed files with 10 additions and 10 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue