mirror of
https://github.com/samba-team/samba.git
synced 2025-12-03 04:23:50 +03:00
s3-lib: Fix util_cmdline which doesn't use popt.
This creates its own header file for util_cmdline so it doesn't need to link against popt. This should fix linking on FreeBSD.
This commit is contained in:
committed by
Andreas Schneider
parent
8c66c8c756
commit
8080dbad78
@@ -24,7 +24,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "libsmb/libsmb.h"
|
||||
#include "popt_common.h"
|
||||
#include "auth_info.h"
|
||||
#include "libsmbclient.h"
|
||||
#include "libsmb_internal.h"
|
||||
#include "rpc_client/cli_pipe.h"
|
||||
|
||||
Reference in New Issue
Block a user