mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
smbXcli: add some includes to fix compiler warnings
if smbXcli_base.h is included on its own, there are various compiler warnings about implicitly declared struct iovec and smb2_create_blobs
This commit is contained in:
parent
0dfc33026e
commit
4e91ccf16d
@ -21,6 +21,9 @@
|
||||
#ifndef _SMBXCLI_BASE_H_
|
||||
#define _SMBXCLI_BASE_H_
|
||||
|
||||
#include <sys/uio.h>
|
||||
#include "libcli/smb/smb2_create_blob.h"
|
||||
|
||||
struct smbXcli_conn;
|
||||
struct smbXcli_session;
|
||||
struct smbXcli_tcon;
|
||||
|
Loading…
x
Reference in New Issue
Block a user