From: Volker Lendecke Date: Thu, 22 Aug 2024 16:00:12 +0000 (+0200) Subject: idl: security.idl compiles with only secace.h X-Git-Tag: tdb-1.4.13~1294 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99e4dc2ee1229e54382dda3e2ab75e59bdc47f26;p=thirdparty%2Fsamba.git idl: security.idl compiles with only secace.h It does not need all of security.h Signed-off-by: Volker Lendecke Reviewed-by: Jennifer Sutton --- diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index edeed285943..d88cd92671a 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -31,7 +31,7 @@ cpp_quote("#define dom_sid0 dom_sid") */ uuid("cbf7d408-2d6c-11e2-ae5b-0b5692790e18"), version(0.0), - helper("../libcli/security/security.h"), + helper("../libcli/security/secace.h"), pyhelper("librpc/ndr/py_security.c"), pointer_default(unique) ]