shell/source/unix/sysshell/recently_used_file_handler.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 09f83e1f409853a6c6e4300287c4e50bad5b9d0b Author: Pedro Giffuni <[email protected]> Date: Thu Mar 26 22:16:10 2015 +0000 Small fix for BSD. Part of Code Review: https://reviews.freebsd.org/D2055 Author: Don Lewis (truckman at FreeBSD) (cherry picked from commit ecebe457c968bfd30a99a435210b0bdbb117faef) diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx index 84f2eb7..0ae84e9 100644 --- a/shell/source/unix/sysshell/recently_used_file_handler.cxx +++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx @@ -37,6 +37,7 @@ #include <algorithm> #include <functional> #include <string.h> +#include <time.h> namespace /* private */ { typedef std::vector<string_t> string_container_t; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
