You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/04/24 21:40:11 UTC

trafficserver git commit: TS-3555 Add time.h, for FreeBSD at least

Repository: trafficserver
Updated Branches:
  refs/heads/master bff4465a1 -> 4971ee3a7


TS-3555 Add time.h, for FreeBSD at least


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4971ee3a
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4971ee3a
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/4971ee3a

Branch: refs/heads/master
Commit: 4971ee3a72e8d8e2ee434efa238060bbbaf51bd4
Parents: bff4465
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Apr 24 13:40:06 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Fri Apr 24 13:40:06 2015 -0600

----------------------------------------------------------------------
 plugins/experimental/cache_promote/cache_promote.cc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4971ee3a/plugins/experimental/cache_promote/cache_promote.cc
----------------------------------------------------------------------
diff --git a/plugins/experimental/cache_promote/cache_promote.cc b/plugins/experimental/cache_promote/cache_promote.cc
index 32af5a5..03ba17c 100644
--- a/plugins/experimental/cache_promote/cache_promote.cc
+++ b/plugins/experimental/cache_promote/cache_promote.cc
@@ -23,6 +23,7 @@
 #include <unistd.h>
 #include <getopt.h>
 #include <stdlib.h>
+#include <time.h>
 #include <openssl/sha.h>
 
 #include <string>