From bcd4077be64e49b11a819cdcf27939a0fcc0d9bd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 3 Jun 2010 00:09:26 +0200 Subject: s3: remove unused librpc/ndr/sid.c. Guenther --- source3/modules/vfs_smb_traffic_analyzer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules') diff --git a/source3/modules/vfs_smb_traffic_analyzer.c b/source3/modules/vfs_smb_traffic_analyzer.c index a73d9d0755..bf7b4138d0 100644 --- a/source3/modules/vfs_smb_traffic_analyzer.c +++ b/source3/modules/vfs_smb_traffic_analyzer.c @@ -22,6 +22,7 @@ #include "includes.h" #include "../lib/crypto/crypto.h" #include "vfs_smb_traffic_analyzer.h" +#include "../libcli/security/dom_sid.h" /* abstraction for the send_over_network function */ enum sock_type {INTERNET_SOCKET = 0, UNIX_DOMAIN_SOCKET}; -- cgit