changeset 21416:d99859db19de

lib-dict: Compiler warning fix
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Tue, 17 Jan 2017 19:21:08 +0200
parents d749ca18af65
children cb8d45426709
files src/lib-dict/dict.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-dict/dict.h	Mon Jan 16 09:37:05 2017 +0200
+++ b/src/lib-dict/dict.h	Tue Jan 17 19:21:08 2017 +0200
@@ -4,6 +4,7 @@
 #define DICT_PATH_PRIVATE "priv/"
 #define DICT_PATH_SHARED "shared/"
 
+struct timespec;
 struct dict;
 struct dict_iterate_context;