# HG changeset patch # User Josef 'Jeff' Sipek # Date 1507754037 14400 # Node ID a597f13d9a052e53f723807949cb4a5b9adcaaf2 # Parent 57b5452d4528654cb4bf7c4358a4758fa5302326 acl plugin: avoid "'struct stat' declared inside parameter list" warning diff -r 57b5452d4528 -r a597f13d9a05 src/plugins/acl/acl-api.h --- 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 + struct mailbox_list; struct mail_storage; struct mailbox;