summaryrefslogtreecommitdiff
path: root/source4/pidl/tests/Util.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-23 20:59:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:28:28 -0500
commit0bb6dacc169d34c55feb1938a36b9c8936cea844 (patch)
treeea7d46828dfffdda39f4d44459bc578624cf4001 /source4/pidl/tests/Util.pm
parenta2a151a04621e3e2252e207b54526c75deb039d9 (diff)
downloadsamba-0bb6dacc169d34c55feb1938a36b9c8936cea844.tar.gz
samba-0bb6dacc169d34c55feb1938a36b9c8936cea844.tar.bz2
samba-0bb6dacc169d34c55feb1938a36b9c8936cea844.zip
r19868: Fix more tests.
(This used to be commit 01a4fb1b22d09f38636c211a93efc4099f4766b3)
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 e0d87b2dac..83651e6073 100644
--- a/source4/pidl/tests/Util.pm
+++ b/source4/pidl/tests/Util.pm
@@ -56,6 +56,7 @@ SKIP: {
print CC "#include <stdio.h>\n";
print CC "#include <stdbool.h>\n";
print CC "#include <stdarg.h>\n";
+ print CC "#include <core.h>\n";
print CC $header;
print CC $ndrheader;
print CC $extra if ($extra);