changeset 22619:a597f13d9a05

acl plugin: avoid "'struct stat' declared inside parameter list" warning
author Josef 'Jeff' Sipek <jeff.sipek@dovecot.fi>
date Wed, 11 Oct 2017 16:33:57 -0400
parents 57b5452d4528
children 71665d0c1382
files src/plugins/acl/acl-api.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/acl/acl-api.h	Tue Oct 10 17:40:04 2017 -0400
+++ b/src/plugins/acl/acl-api.h	Wed Oct 11 16:33:57 2017 -0400
@@ -1,6 +1,8 @@
 #ifndef ACL_API_H
 #define ACL_API_H
 
+#include <sys/stat.h>
+
 struct mailbox_list;
 struct mail_storage;
 struct mailbox;