diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-05 08:19:02 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-05 08:19:02 -0500 |
commit | ca4b86f90a73532032a573ebc903155a32d0f36b (patch) | |
tree | 54d10b6031452388d2540a6db93bbbc83c164ca8 /src/ext/readpassphrase.c | |
parent | c01507a5fe73d0e49902a8abaa1f73112ae1fefa (diff) | |
parent | eaff47352a1ef607f6d97e9b35bd6d5eefdfcb26 (diff) | |
download | tor-ca4b86f90a73532032a573ebc903155a32d0f36b.tar.gz tor-ca4b86f90a73532032a573ebc903155a32d0f36b.zip |
Merge remote-tracking branch 'tor-github/pr/508'
Diffstat (limited to 'src/ext/readpassphrase.c')
-rw-r--r-- | src/ext/readpassphrase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/readpassphrase.c b/src/ext/readpassphrase.c index e0df05d7b7..16611af1e2 100644 --- a/src/ext/readpassphrase.c +++ b/src/ext/readpassphrase.c @@ -30,7 +30,7 @@ #include <signal.h> #include <ctype.h> #include <fcntl.h> -#include "tor_readpassphrase.h" +#include "ext/tor_readpassphrase.h" #include <errno.h> #include <string.h> #include <unistd.h> |