From: Kevin McCarthy Date: Tue, 23 Aug 2016 03:34:05 +0000 (-0700) Subject: Add missing include to send.c and edit.c. X-Git-Tag: neomutt-20170225~32^2~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=484ca22885f1c2c8e6f3cc53951ae736fff96a2d;p=neomutt Add missing include to send.c and edit.c. --- diff --git a/edit.c b/edit.c index 719c491e6..b0e7cc7b0 100644 --- a/edit.c +++ b/edit.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/send.c b/send.c index 49e4ec409..e206bad06 100644 --- a/send.c +++ b/send.c @@ -34,6 +34,7 @@ #include #include +#include #include #include #include