librpc/ndr_claims: avoid 'bin/default' in #include
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 12 Sep 2023 23:31:55 +0000 (11:31 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 26 Sep 2023 23:45:35 +0000 (23:45 +0000)
Obviously it works fine, but we don't do it anywhere else.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/ndr/ndr_claims.c

index e087679b9677e9613f3be3732d3605a807766e0b..961262692132aaf7d9329c5e4ae8d4a24af3a357 100644 (file)
@@ -1,5 +1,5 @@
 #include "includes.h"
-#include "bin/default/librpc/gen_ndr/ndr_claims.h"
+#include "librpc/gen_ndr/ndr_claims.h"
 #include "librpc/ndr/ndr_claims.h"
 
 #include "librpc/ndr/ndr_compression.h"