summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2015-03-26 22:16:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-27 15:42:01 +0000
commit09f83e1f409853a6c6e4300287c4e50bad5b9d0b (patch)
tree4908f3dee67c3536dc40945e9d5b98981ccb7f7f /shell
parent27e0fee7da99f3df722668d132bc034bef421514 (diff)
Small fix for BSD.
Part of Code Review: https://reviews.freebsd.org/D2055 Author: Don Lewis (truckman at FreeBSD) (cherry picked from commit ecebe457c968bfd30a99a435210b0bdbb117faef)
Diffstat (limited to 'shell')
-rw-r--r--shell/source/unix/sysshell/recently_used_file_handler.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx
index 84f2eb7c28d0..0ae84e9e4f3f 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;