[tor/master] Whoops; fix linux build again

28 Jun
2015
28 Jun
'15
2:41 a.m.
commit f491aed8d03810271f800a04ed1d5f9e76f5af1f Author: Nick Mathewson <nickm@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>
3659
Age (days ago)
3659
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org