summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/config.h b/utils/config.h
index 2503235b5..bc96b8f6a 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -98,6 +98,10 @@ char *realpath(const char *path, char *resolved_path);
#define HAVE_SCANDIR
#if (defined(_WIN32))
#undef HAVE_SCANDIR
+int alphasort(const struct dirent **d1, const struct dirent **d2);
+int scandir(const char *dir, struct dirent ***namelist,
+ int (*sel)(const struct dirent *),
+ int (*compar)(const struct dirent **, const struct dirent **));
#endif
/* This section toggles build options on and off.