diff options
author | Günther Deschner <gd@samba.org> | 2008-09-23 08:06:33 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-09-23 09:37:24 +0200 |
commit | a1a92688ba0a811400b4d12920988c62fa0efdf4 (patch) | |
tree | 3e820dac668a8bd69f60bafbdde8746851f652f2 /source4/nbt_server | |
parent | 6f33f3e4c26564602d5d13c7459938955b56a16e (diff) | |
download | samba-a1a92688ba0a811400b4d12920988c62fa0efdf4.tar.gz samba-a1a92688ba0a811400b4d12920988c62fa0efdf4.tar.bz2 samba-a1a92688ba0a811400b4d12920988c62fa0efdf4.zip |
s4-nbt: use ../libcli/nbt
Guenther
Diffstat (limited to 'source4/nbt_server')
-rw-r--r-- | source4/nbt_server/nbt_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/nbt_server/nbt_server.h b/source4/nbt_server/nbt_server.h index 688b6a7a7d..00d8f31b2b 100644 --- a/source4/nbt_server/nbt_server.h +++ b/source4/nbt_server/nbt_server.h @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "libcli/nbt/libnbt.h" +#include "../libcli/nbt/libnbt.h" #include "libcli/wrepl/winsrepl.h" #include "libcli/dgram/libdgram.h" #include "librpc/gen_ndr/irpc.h" |