diff options
author | Arnavion <arnavion@gmail.com> | 2016-09-07 04:00:10 -0700 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2016-09-07 04:00:10 -0700 |
commit | 910851e04daad2927d6a3795205afb85e4d164e4 (patch) | |
tree | deef0cb0c7665d22dcedc22fe4bebcd710e11237 | |
parent | d1bd441a9a4dc8ca6f4c571c1c26f586cb15ca84 (diff) |
perl: Fixed Windows build with VS2015u3.
-rw-r--r-- | plugins/perl/perl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index b954fb0b..12cae786 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -29,6 +29,7 @@ #endif #ifdef WIN32 #include <windows.h> +#include <stdbool.h> #else #include <dirent.h> #endif |