add stdbool.h to perl hammer.i to stop bool from being #undef'd

This commit is contained in:
Meredith L. Patterson 2013-12-06 06:24:17 +01:00
parent 80b597cfbf
commit 42a3b05c23

View file

@ -1,6 +1,7 @@
%module hammer;
%begin %{
#include <unistd.h>
#include <stdbool.h>
#include <stdint.h>
%}