Author: pfg
Date: Thu Mar 26 22:16:10 2015
New Revision: 1669462

URL: http://svn.apache.org/r1669462
Log:
Small fix for BSD.

Part of Code Review:
https://reviews.freebsd.org/D2055

Author:         Don Lewis (truckman at FreeBSD)

Modified:
    
openoffice/trunk/main/shell/source/unix/sysshell/recently_used_file_handler.cxx

Modified: 
openoffice/trunk/main/shell/source/unix/sysshell/recently_used_file_handler.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/shell/source/unix/sysshell/recently_used_file_handler.cxx?rev=1669462&r1=1669461&r2=1669462&view=diff
==============================================================================
--- 
openoffice/trunk/main/shell/source/unix/sysshell/recently_used_file_handler.cxx 
(original)
+++ 
openoffice/trunk/main/shell/source/unix/sysshell/recently_used_file_handler.cxx 
Thu Mar 26 22:16:10 2015
@@ -40,6 +40,7 @@
 #include <algorithm>
 #include <functional>
 #include <string.h>
+#include <time.h>
 
 namespace /* private */ {
     //########################################   


Reply via email to