]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
pidl: replace.h is sufficient in ndr_*.c
authorVolker Lendecke <vl@samba.org>
Thu, 22 Aug 2024 15:20:07 +0000 (17:20 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 27 Aug 2024 07:19:32 +0000 (07:19 +0000)
Avoid a few uses of includes.h

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jennifer Sutton <jsutton@samba.org>
pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm

index d7386d5b2ccefbda90b0f5593c923f5604a6a3d9..920febabb85a1d18158fdfab18c484c2184ac120 100644 (file)
@@ -3225,7 +3225,7 @@ sub GenerateIncludes($)
 {
        my ($self) = @_;
        if (is_intree()) {
-               $self->pidl("#include \"includes.h\"");
+               $self->pidl("#include \"replace.h\"");
        } else {
                $self->pidl("#ifndef _GNU_SOURCE");
                $self->pidl("#define _GNU_SOURCE");