1
0
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:
Christian Ambach 2012-07-24 13:16:57 +02:00
parent 0dfc33026e
commit 4e91ccf16d

View File

@ -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;