/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move git_getpass to its own source file
[git/git.git]
/
imap-send.c
diff --git
a/imap-send.c
b/imap-send.c
index
227253e
..
43588e8
100644
(file)
--- a/
imap-send.c
+++ b/
imap-send.c
@@
-25,6
+25,7
@@
#include "cache.h"
#include "exec_cmd.h"
#include "run-command.h"
+#include "prompt.h"
#ifdef NO_OPENSSL
typedef void *SSL;
#else