1 From bdfa1169c549122a8dc848b84469458101adeb20 Mon Sep 17 00:00:00 2001
2 From: Brendan Heading <brendanheading@gmail.com>
3 Date: Mon, 3 Aug 2015 12:44:55 +0100
4 Subject: [PATCH 1/1] fix compilation issues with musl
6 Using time_t strictly requires time.h to be included.
8 NOTE I've stuck to the convention on this project where most of the
9 files appear to pick up most of their headers by including "common.h".
11 Upstream-status: pending
12 Signed-off-by: Brendan Heading <brendanheading@gmail.com>
14 src/lib/common.h | 1 +
15 1 file changed, 1 insertion(+)
17 diff --git a/src/lib/common.h b/src/lib/common.h
18 index 798965f..9053826 100644
19 --- a/src/lib/common.h
20 +++ b/src/lib/common.h