[tor-commits] [tor/master] Whoops; fix linux build again

nickm at torproject.org nickm at torproject.org
Sun Jun 28 02:41:43 UTC 2015


commit f491aed8d03810271f800a04ed1d5f9e76f5af1f
Author: Nick Mathewson <nickm at torproject.org>
Date:   Sat Jun 27 22:41:39 2015 -0400

    Whoops; fix linux build again
---
 src/ext/readpassphrase.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ext/readpassphrase.c b/src/ext/readpassphrase.c
index 7bdecaf..ab71935 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 <readpassphrase.h>
+#include "tor_readpassphrase.h"
 #include <errno.h>
 #include <string.h>
 #include <unistd.h>



More information about the tor-commits mailing list