mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
||||
|
||||
#ifndef HAVE_SCANDIR
|
||||
#include <sys/types.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef HAVE_DIRENT_H
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
#ifdef HAVE_DIRENT_H
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#include "win32/readdir.h"
|
||||
#endif
|
||||
#ifdef PHP_WIN32
|
||||
#include "win32/readdir.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <search.h>
|
||||
#include <stdlib.h>
|
||||
#include <search.h>
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_ALPHASORT
|
||||
#include <string.h>
|
||||
#include <string.h>
|
||||
|
||||
int alphasort(const struct dirent **a, const struct dirent **b)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue