smbd: Add missing include for iov_buflen().
authorAndreas Schneider <asn@samba.org>
Mon, 8 Dec 2014 09:07:42 +0000 (10:07 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 8 Dec 2014 13:32:10 +0000 (14:32 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smb2_server.c

index 3f23e2a797929da6ae5d01fdca518d5c03c6e509..4a2c87541451b1ad905cdef2806de08055c01550 100644 (file)
@@ -28,6 +28,7 @@
 #include "smbprofile.h"
 #include "../lib/util/bitmap.h"
 #include "../librpc/gen_ndr/krb5pac.h"
+#include "lib/iov_buf.h"
 #include "auth.h"
 
 static void smbd_smb2_connection_handler(struct tevent_context *ev,