From: Timo Sirainen Date: Wed, 16 Sep 2015 22:33:22 +0000 (+0900) Subject: lib-fs: Fixed compiling with some OSes X-Git-Tag: 2.2.19.rc1~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48eb19f796671260c0c77d3c61a5aeb33c9a63b4;p=thirdparty%2Fdovecot%2Fcore.git lib-fs: Fixed compiling with some OSes --- diff --git a/src/lib-fs/fs-api-private.h b/src/lib-fs/fs-api-private.h index 94f590782d..8e6d173f5e 100644 --- a/src/lib-fs/fs-api-private.h +++ b/src/lib-fs/fs-api-private.h @@ -4,6 +4,8 @@ #include "fs-api.h" #include "module-context.h" +#include + struct fs_api_module_register { unsigned int id; };