From d998e79549312f3ca168528d45802597552b65d3 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 6 Apr 2014 17:35:00 +0900 Subject: [PATCH] h2load: Link with timegm --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 9f9a7e41..1cc9ae2a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -72,6 +72,7 @@ nghttpd_SOURCES = ${HELPER_OBJECTS} ${HELPER_HFILES} nghttpd.cc \ HttpServer.cc HttpServer.h h2load_SOURCES = util.cc util.h http2.cc http2.h h2load.cc h2load.h \ + timegm.c timegm.h \ ssl.cc ssl.h \ h2load_session.h \ h2load_http2_session.cc h2load_http2_session.h