perl: Fixed Windows build with VS2015u3.

This commit is contained in:
Arnavion 2016-09-07 04:00:10 -07:00
parent d1bd441a9a
commit 910851e04d

View File

@ -29,6 +29,7 @@
#endif
#ifdef WIN32
#include <windows.h>
#include <stdbool.h>
#else
#include <dirent.h>
#endif