Browse Source

Also ship compat_time.h in release tarballs. Fixes bug #19746

Peter Palfrader 7 years ago
parent
commit
518c8fe0ec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/include.am

+ 1 - 0
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		\