summaryrefslogtreecommitdiff
path: root/source3/utils/smbcquotas.c
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2018-08-13 15:39:08 -0700
committerAndreas Schneider <asn@cryptomilk.org>2018-09-07 17:26:14 +0200
commitb7464fd89bc22b71c82bbaa424bcbfcf947db651 (patch)
treeaa08e3107ae41fe5a71074ab54468588eb15f97e /source3/utils/smbcquotas.c
parentdff1028e8ba4c70e726283c12531853681034014 (diff)
downloadsamba-b7464fd89bc22b71c82bbaa424bcbfcf947db651.tar.gz
s3:lib: Move popt_common_credentials to separate file
This is only used by command line utilities and has additional dependencies. Move to a separate file to contain the dependencies to the command line tools. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13465 Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/utils/smbcquotas.c')
-rw-r--r--source3/utils/smbcquotas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/smbcquotas.c b/source3/utils/smbcquotas.c
index 798b8b6f177..a4b1b8111a5 100644
--- a/source3/utils/smbcquotas.c
+++ b/source3/utils/smbcquotas.c
@@ -22,7 +22,7 @@
*/
#include "includes.h"
-#include "popt_common.h"
+#include "popt_common_cmdline.h"
#include "rpc_client/cli_pipe.h"
#include "../librpc/gen_ndr/ndr_lsa.h"
#include "rpc_client/cli_lsarpc.h"