summaryrefslogtreecommitdiff
path: root/source/libcli/nbt
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-08-30 11:29:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:54 -0500
commitf7afa1cb77f3cfa7020b57de12e6003db7cfcc42 (patch)
tree7beeab9c636e9430476d9f28c94be878f8fa9fcc /source/libcli/nbt
parent43e95f4572778fec70ea4a62b6b4d20d8f96a2f8 (diff)
downloadsamba-f7afa1cb77f3cfa7020b57de12e6003db7cfcc42.tar.gz
r17930: Merge noinclude branch:
* Move dlinklist.h, smb.h to subsystem-specific directories * Clean up ads.h and move what is left of it to dsdb/ (only place where it's used)
Diffstat (limited to 'source/libcli/nbt')
-rw-r--r--source/libcli/nbt/nbtsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libcli/nbt/nbtsocket.c b/source/libcli/nbt/nbtsocket.c
index 7bdeb834f96..a48f9873c85 100644
--- a/source/libcli/nbt/nbtsocket.c
+++ b/source/libcli/nbt/nbtsocket.c
@@ -22,7 +22,7 @@
#include "includes.h"
#include "lib/events/events.h"
-#include "dlinklist.h"
+#include "lib/util/dlinklist.h"
#include "libcli/nbt/libnbt.h"
#include "lib/socket/socket.h"
#include "librpc/gen_ndr/ndr_nbt.h"