summary refs log tree commit diff stats
path: root/plugins/perl
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2016-09-07 04:00:10 -0700
committerArnavion <arnavion@gmail.com>2016-09-07 04:00:10 -0700
commit910851e04daad2927d6a3795205afb85e4d164e4 (patch)
treedeef0cb0c7665d22dcedc22fe4bebcd710e11237 /plugins/perl
parentd1bd441a9a4dc8ca6f4c571c1c26f586cb15ca84 (diff)
perl: Fixed Windows build with VS2015u3.
Diffstat (limited to 'plugins/perl')
-rw-r--r--plugins/perl/perl.c1
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