commit 874ba6861a02401f4f2d6d2f0e5bdf806386f50b Author: Nick Mathewson nickm@torproject.org Date: Thu Jun 21 09:37:32 2018 -0400
Fix distcheck by naming header properly. --- src/common/include.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/include.am b/src/common/include.am index 93fef6b93..8afec9c05 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -203,7 +203,7 @@ COMMONHEADERS = \ src/common/testsupport.h \ src/common/timers.h \ src/common/token_bucket.h \ - src/common/torerr.c \ + src/common/torerr.h \ src/common/torint.h \ src/common/torlog.h \ src/common/tortls.h \
tor-commits@lists.torproject.org