r25168: Fix include for gen_ndr/misc.h. Patch by Julien Kerihuel.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 14 Sep 2007 18:26:23 +0000 (18:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:06:45 +0000 (15:06 -0500)
source/pidl/lib/Parse/Pidl/Samba4/Header.pm

index 75d4c235cb4203d8ce1a6acd8af543264f921524..071bec297ce4534f27ab0a86dabb83e351db87f5 100644 (file)
@@ -390,6 +390,7 @@ sub Parse($)
        pidl "/* header auto-generated by pidl */\n\n";
        if (!is_intree()) {
                pidl "#include <util/data_blob.h>\n";
+               pidl "#include <gen_ndr/misc.h>\n";
        }
        pidl "#include <stdint.h>\n";
        pidl "\n";