]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-fs: Fixed compiling with some OSes
authorTimo Sirainen <tss@iki.fi>
Wed, 16 Sep 2015 22:33:22 +0000 (07:33 +0900)
committerTimo Sirainen <tss@iki.fi>
Wed, 16 Sep 2015 22:33:22 +0000 (07:33 +0900)
src/lib-fs/fs-api-private.h

index 94f590782db8cd7d61cff695b0c02373bd875997..8e6d173f5eb1a0fdf3ad4ec2aeeaecf7f78edf8b 100644 (file)
@@ -4,6 +4,8 @@
 #include "fs-api.h"
 #include "module-context.h"
 
+#include <sys/time.h>
+
 struct fs_api_module_register {
        unsigned int id;
 };