From b7bb942cadfe3d657895af1557b78acc2559947e Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 5 Aug 2018 15:58:14 -0400 Subject: Tweets store their created time C/C++ time handling is awful, pass it on --- src/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 8cbe054..b950728 100644 --- a/src/util.h +++ b/src/util.h @@ -4,6 +4,7 @@ #include #include #include +#include namespace twitter { @@ -25,6 +26,8 @@ namespace twitter { return result.str(); } + time_t timegm(struct tm * t); + }; #endif /* end of include guard: UTIL_H_440DEAA0 */ -- cgit 1.4.1