Browse Source

Whoops; fix linux build again

Nick Mathewson 9 years ago
parent
commit
f491aed8d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ext/readpassphrase.c

+ 1 - 1
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>