add stdbool.h to perl hammer.i to stop bool from being #undef'd
This commit is contained in:
parent
80b597cfbf
commit
42a3b05c23
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
%module hammer;
|
||||
%begin %{
|
||||
#include <unistd.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue