Skip to content

Commit

Permalink
Fixed bug #22021.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Alshanetsky committed Feb 2, 2003
1 parent 923ae6c commit ccf8365
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main/php_scandir.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#include <sys/types.h>

#ifdef HAVE_DIRENT_H
# include <dirent.h>
#endif

#ifdef PHP_WIN32
#include "config.w32.h"
#include "win32/readdir.h"
#else
#include "php_config.h"
#endif

#ifdef HAVE_DIRENT_H
# include <dirent.h>
#endif

#ifndef HAVE_ALPHASORT
int alphasort(const struct dirent **a, const struct dirent **b);
#endif
Expand Down

0 comments on commit ccf8365

Please sign in to comment.