From 48f1ed1cc94980a7d286d93d02f85b851b2c1719 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 6 Nov 2006 23:25:30 +0000 Subject: r19594: the behaviour of `include' is slightly different from helper(). Fix the build for now. (This used to be commit 1474f1a220d869c3c11dac038411149abe3e48fe) --- source4/librpc/idl/nbt.idl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl index 829589f3b0..57e5560e99 100644 --- a/source4/librpc/idl/nbt.idl +++ b/source4/librpc/idl/nbt.idl @@ -9,7 +9,9 @@ */ import "security.idl", "svcctl.idl"; - +[ +helper("libcli/nbt/nbtname.h") +] interface nbt { const int NBT_NAME_SERVICE_PORT = 137; @@ -697,4 +699,3 @@ interface nbt } nbt_browse_packet; } -include "libcli/nbt/nbtname.h"; -- cgit