diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-06-27 14:27:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-27 14:27:00 -0400 |
commit | 229bb7e50f1df1953f07f9447cf2634166745431 (patch) | |
tree | e4f6121f44685fd4ff66bd86994982521f6a7aa8 /src/ext/include.am | |
parent | 48f69685f5df3ca0f39a3da155df3b9a5cfa2b99 (diff) | |
download | tor-229bb7e50f1df1953f07f9447cf2634166745431.tar.gz tor-229bb7e50f1df1953f07f9447cf2634166745431.zip |
Fix some compilation issues.
Diffstat (limited to 'src/ext/include.am')
-rw-r--r-- | src/ext/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/include.am b/src/ext/include.am index f0bfbb791f..40923aa93e 100644 --- a/src/ext/include.am +++ b/src/ext/include.am @@ -7,7 +7,7 @@ EXTHEADERS = \ src/ext/ht.h \ src/ext/eventdns.h \ src/ext/tinytest.h \ - src/ext/readpassphrase.h \ + src/ext/tor_readpassphrase.h \ src/ext/strlcat.c \ src/ext/strlcpy.c \ src/ext/tinytest_macros.h \ |