summaryrefslogtreecommitdiff
path: root/src/ext/readpassphrase.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-06 20:34:47 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-14 16:07:36 -0500
commitd32795bb6ebdfbf05180d7552d4cd18cb33ddcee (patch)
treea3938789b8184723865b9468ea49279f31127713 /src/ext/readpassphrase.c
parente429e31ad1c3000d814f3172fcd3f7c433ee3219 (diff)
downloadtor-d32795bb6ebdfbf05180d7552d4cd18cb33ddcee.tar.gz
tor-d32795bb6ebdfbf05180d7552d4cd18cb33ddcee.zip
Make "ext" participate in may_include.
Also, resolve a circular dependency involving the use of lib/log by csiphash.c.
Diffstat (limited to 'src/ext/readpassphrase.c')
-rw-r--r--src/ext/readpassphrase.c2
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>