diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-08-30 22:25:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:03:13 -0500 |
commit | 09c188e7353a74d05a674935c85e548bd09073ae (patch) | |
tree | 63f49d3b5851aa13193444c5e17a5e979bb745ec /source4/pidl/lib/Parse/Pidl/Samba4/Header.pm | |
parent | 4fa13976a2a2ef72a74590c75d2f25cbbea48b83 (diff) | |
download | samba-09c188e7353a74d05a674935c85e548bd09073ae.tar.gz samba-09c188e7353a74d05a674935c85e548bd09073ae.tar.bz2 samba-09c188e7353a74d05a674935c85e548bd09073ae.zip |
r24812: Fix headers for external users.
(This used to be commit ff6684adfd96b59381dd941e54070ab9f8984912)
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/Samba4/Header.pm')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Samba4/Header.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba4/Header.pm b/source4/pidl/lib/Parse/Pidl/Samba4/Header.pm index 7deb3ca331..31145e9fb3 100644 --- a/source4/pidl/lib/Parse/Pidl/Samba4/Header.pm +++ b/source4/pidl/lib/Parse/Pidl/Samba4/Header.pm @@ -382,7 +382,7 @@ sub Parse($) %headerstructs = (); pidl "/* header auto-generated by pidl */\n\n"; if (!is_intree()) { - pidl "#include <core.h>\n"; + pidl "#include <util/data_blob.h>\n"; } pidl "#include <stdint.h>\n"; pidl "\n"; |