summaryrefslogtreecommitdiff
path: root/source4/pidl/tests/Util.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-02 16:26:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:44 -0500
commit1b22141c874ff704ad4fe048d4464168495c36b6 (patch)
tree795242c9d344b414381f93bbdb3e4facc853c017 /source4/pidl/tests/Util.pm
parent8e738cc6d421dfe9abf4fb798f2efa9028255edf (diff)
downloadsamba-1b22141c874ff704ad4fe048d4464168495c36b6.tar.gz
samba-1b22141c874ff704ad4fe048d4464168495c36b6.tar.bz2
samba-1b22141c874ff704ad4fe048d4464168495c36b6.zip
r14867: Include <stdbool.h> in external compiles
(This used to be commit 03224dab111b931effd548586e630480fa1423b1)
Diffstat (limited to 'source4/pidl/tests/Util.pm')
-rw-r--r--source4/pidl/tests/Util.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/pidl/tests/Util.pm b/source4/pidl/tests/Util.pm
index fde92c2a77..ccac1a6d7e 100644
--- a/source4/pidl/tests/Util.pm
+++ b/source4/pidl/tests/Util.pm
@@ -54,6 +54,7 @@ SKIP: {
print CC "#include <stdint.h>\n";
print CC "#include <stdlib.h>\n";
print CC "#include <stdio.h>\n";
+ print CC "#include <stdbool.h>\n";
print CC "#include <stdarg.h>\n";
print CC $header;
print CC $ndrheader;