libsmb: Add required #includes to smb_util.h
authorVolker Lendecke <vl@samba.org>
Wed, 5 Feb 2020 15:01:52 +0000 (17:01 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 7 Feb 2020 21:01:30 +0000 (21:01 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/smb/smb_util.h

index 501b8dd1d3d8ccaa2d3ce54d8f7b193fb3093daa..8861741c92fb3da50086d74ecf90d2395f8422ee 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include "replace.h"
+#include "system/filesys.h"
+#include "smb_constants.h"
+#include <talloc.h>
+
 const char *smb_protocol_types_string(enum protocol_types protocol);
 char *attrib_string(TALLOC_CTX *mem_ctx, uint32_t attrib);
 uint32_t unix_perms_to_wire(mode_t perms);