diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 09:37:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 09:37:32 -0400 |
commit | 874ba6861a02401f4f2d6d2f0e5bdf806386f50b (patch) | |
tree | b83a1feb98005da91a628d8a4efcd16555d7eb33 /src | |
parent | 2ad062ee601bc30594b81a33404662fbd59ef8b1 (diff) | |
download | tor-874ba6861a02401f4f2d6d2f0e5bdf806386f50b.tar.gz tor-874ba6861a02401f4f2d6d2f0e5bdf806386f50b.zip |
Fix distcheck by naming header properly.
Diffstat (limited to 'src')
-rw-r--r-- | src/common/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/include.am b/src/common/include.am index 93fef6b931..8afec9c054 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 \ |