From 518c8fe0ec375fe852e350ef4455ec8defd8c6b0 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 25 Jul 2016 09:07:29 +0200 Subject: [PATCH] Also ship compat_time.h in release tarballs. Fixes bug #19746 --- src/common/include.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/include.am b/src/common/include.am index b0226802a8..40c463c9d9 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -142,6 +142,7 @@ COMMONHEADERS = \ src/common/compat_libevent.h \ src/common/compat_openssl.h \ src/common/compat_threads.h \ + src/common/compat_time.h \ src/common/container.h \ src/common/crypto.h \ src/common/crypto_curve25519.h \