From 6b99b339743c0226a7b40ea01ec21756e23f03aa Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 16 Sep 2020 16:44:30 -0500 Subject: [PATCH] build: Add time-private.h This file was added to ell and compilation fails without it --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index d85d3470..aa72723e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,6 +128,7 @@ ell_sources = ell/private.h \ ell/ecc.c \ ell/ecdh.c \ ell/time.c \ + ell/time-private.h \ ell/path.c ell_libell_internal_la_SOURCES = $(ell_headers) $(ell_sources)