From 1970d594220917169379207a6943d4ba9a3ece2b Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 31 Dec 2014 18:40:52 -0600 Subject: [PATCH] include time.h in the distribution --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile.am b/include/Makefile.am index 1000012..884f3b3 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -13,3 +13,4 @@ noinst_HEADERS += sha2_openbsd.h noinst_HEADERS += stdlib.h noinst_HEADERS += Makefile.in noinst_HEADERS += poll.h +noinst_HEADERS += time.h