]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Whoops; fix linux build again
authorNick Mathewson <nickm@torproject.org>
Sun, 28 Jun 2015 02:41:39 +0000 (22:41 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 28 Jun 2015 02:41:39 +0000 (22:41 -0400)
src/ext/readpassphrase.c

index 7bdecaf63769826f2297cd7a5489236c18cdb3b9..ab7193585978202435f86aae3b9b9774df85e9a4 100644 (file)
@@ -30,7 +30,7 @@
 #include <signal.h>
 #include <ctype.h>
 #include <fcntl.h>
-#include <readpassphrase.h>
+#include "tor_readpassphrase.h"
 #include <errno.h>
 #include <string.h>
 #include <unistd.h>