]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-sql: Fix compiler warning with OSX
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 21 Sep 2017 12:53:40 +0000 (15:53 +0300)
committerAki Tuomi <aki.tuomi@dovecot.fi>
Thu, 21 Sep 2017 17:08:09 +0000 (20:08 +0300)
src/lib-sql/sql-api.h

index 768dc7de6a06dcb7a030e85bfc3555fbcbb95367..b0ac3c1b99e61a4c29123817f710181b05de7414 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef SQL_API_H
 #define SQL_API_H
 
+struct timespec;
+
 /* This SQL API is designed to work asynchronously. The underlying drivers
    however may not. */