diff options
-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 |