summaryrefslogtreecommitdiff
path: root/main/php_scandir.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_scandir.h')
-rw-r--r--main/php_scandir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_scandir.h b/main/php_scandir.h
index 0ff56ebbc2..7a2037fdf1 100644
--- a/main/php_scandir.h
+++ b/main/php_scandir.h
@@ -31,6 +31,8 @@
#ifdef PHP_WIN32
#include "config.w32.h"
#include "win32/readdir.h"
+#elif NETWARE
+#include "config.nw.h"
#else
#include "php_config.h"
#endif