summaryrefslogtreecommitdiff
path: root/source3/smbd/conn.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-07 21:04:31 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-08 11:23:23 +0200
commit6e6aaacedb96ea45a5b8a9237915525a87189001 (patch)
tree8b396716924680b0fb5b7d03c21d481752c7901a /source3/smbd/conn.c
parent6b2749f8a9f527c1d52ba76566c661cab30b59c6 (diff)
downloadsamba-6e6aaacedb96ea45a5b8a9237915525a87189001.tar.gz
samba-6e6aaacedb96ea45a5b8a9237915525a87189001.tar.bz2
samba-6e6aaacedb96ea45a5b8a9237915525a87189001.zip
lib/util Move bitmap.c to lib/util
Diffstat (limited to 'source3/smbd/conn.c')
-rw-r--r--source3/smbd/conn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/conn.c b/source3/smbd/conn.c
index a3f66b36be..f9ccfd96f5 100644
--- a/source3/smbd/conn.c
+++ b/source3/smbd/conn.c
@@ -22,6 +22,7 @@
#include "includes.h"
#include "smbd/smbd.h"
#include "smbd/globals.h"
+#include "lib/util/bitmap.h"
/* The connections bitmap is expanded in increments of BITMAP_BLOCK_SZ. The
* maximum size of the bitmap is the largest positive integer, but you will hit