summaryrefslogtreecommitdiff
path: root/source4/torture/nbench
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
commit0329d755a7611ba3897fc1ee9bdce410cc33d7f8 (patch)
tree93a738001fad5d9c2c9cc9efbcba00a4ad0b9450 /source4/torture/nbench
parent6c68f1ae9ec1ef6afbde634cd0ea591860916524 (diff)
downloadsamba-0329d755a7611ba3897fc1ee9bdce410cc33d7f8.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) (This used to be commit f7afa1cb77f3cfa7020b57de12e6003db7cfcc42)
Diffstat (limited to 'source4/torture/nbench')
-rw-r--r--source4/torture/nbench/nbio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/nbench/nbio.c b/source4/torture/nbench/nbio.c
index 1deefe4bb3c..34ca4e86536 100644
--- a/source4/torture/nbench/nbio.c
+++ b/source4/torture/nbench/nbio.c
@@ -21,7 +21,7 @@
#include "includes.h"
#include "system/time.h"
#include "system/filesys.h"
-#include "dlinklist.h"
+#include "lib/util/dlinklist.h"
#include "libcli/libcli.h"
#include "libcli/raw/libcliraw.h"
#include "torture/torture.h"