diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-06 23:25:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:24:59 -0500 |
commit | 48f1ed1cc94980a7d286d93d02f85b851b2c1719 (patch) | |
tree | 2b87549bff64a1d5cf3db263ffc419115f9d1a6b | |
parent | e45922e304e81df969038d46b14bea694ad90911 (diff) | |
download | samba-48f1ed1cc94980a7d286d93d02f85b851b2c1719.tar.gz samba-48f1ed1cc94980a7d286d93d02f85b851b2c1719.tar.bz2 samba-48f1ed1cc94980a7d286d93d02f85b851b2c1719.zip |
r19594: the behaviour of `include' is slightly different from helper(). Fix the build
for now.
(This used to be commit 1474f1a220d869c3c11dac038411149abe3e48fe)
-rw-r--r-- | source4/librpc/idl/nbt.idl | 5 |
1 files changed, 3 insertions, 2 deletions
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"; |