]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: Fix compiler warning with non-Linux
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Sun, 5 Feb 2017 17:52:20 +0000 (19:52 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Sun, 5 Feb 2017 17:52:20 +0000 (19:52 +0200)
src/lib/nfs-workarounds.c

index 0d10b74f4d8049f03d10c18c41a6e911f4407bbd..5baa5e805fabd61c2ad05bbf2675b3480ac1c5e3 100644 (file)
@@ -28,6 +28,7 @@
 */
 
 #include "lib.h"
+#include "path-util.h"
 #include "nfs-workarounds.h"
 
 #include <fcntl.h>