chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
less: Bump revision after enabling pcre
[termux-packages]
/
packages
/
msmtp
/
msmtp.c.patch
1
--- ../cache/msmtp-1.6.6/src/msmtp.c 2016-11-14 19:44:01.000000000 +0000
2
+++ ./src/msmtp.c 2018-01-24 00:14:54.940709798 +0000
3
@@ -37,6 +37,7 @@
4
#include <errno.h>
5
#include <time.h>
6
#include <getopt.h>
7
+#include <getpass.h>
8
extern char *optarg;
9
extern int optind;
10
#include <unistd.h>