From 8f427be8c954ca358fb56d82cb9dc9329d024548 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 24 Jun 2018 00:26:30 -0500 Subject: system/musl: ensure time_t is defined in --- system/musl/3001-make-real-lastlog-h.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'system/musl/3001-make-real-lastlog-h.patch') diff --git a/system/musl/3001-make-real-lastlog-h.patch b/system/musl/3001-make-real-lastlog-h.patch index 168ef882b..82fb56995 100644 --- a/system/musl/3001-make-real-lastlog-h.patch +++ b/system/musl/3001-make-real-lastlog-h.patch @@ -5,11 +5,13 @@ This implements just the lastlog stuff from musl . --- musl-1.1.19/include/lastlog.h 2018-02-22 12:39:19.000000000 -0600 +++ musl-1.1.19/include/lastlog.h 2018-06-15 20:04:54.428854473 -0500 -@@ -1 +1,21 @@ +@@ -1 +1,23 @@ -#include +#ifndef _LASTLOG_H +#define _LASTLOG_H + ++#include ++ +#ifdef __cplusplus +extern "C" { +#endif -- cgit v1.2.3-60-g2f50