diff options
Diffstat (limited to 'source4/build/pidl/header.pm')
-rw-r--r-- | source4/build/pidl/header.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/pidl/header.pm b/source4/build/pidl/header.pm index 53e495883d..e5acad2a63 100644 --- a/source4/build/pidl/header.pm +++ b/source4/build/pidl/header.pm @@ -128,6 +128,8 @@ sub HeaderType($$$) } if ($data =~ "unistr") { $res .= "const char"; + } elsif ($data =~ "relstr") { + $res .= "const char *"; } elsif (util::is_scalar_type($data)) { $res .= "$data"; } elsif (util::has_property($e, "switch_is")) { |