#983548 answer.c: add MIME header if charset is not us-ascii

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-02-26 00:57:04 UTC
Severity:
normal
Tags:
#983548#5
Date:
2021-02-26 00:52:25 UTC
From:
To:
Dear Maintainer,

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 answer.c | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/answer.c b/answer.c
index 69330ce..d602c80 100644
--- a/answer.c
+++ b/answer.c
@@ -13,6 +13,7 @@
 #include "global.h"
 #include "answer.h"
 #include "aux.h"
+#include "chset.h"
 #include "db.h"
 #include "fullname.h"
 #include "group.h"
@@ -99,8 +100,10 @@ static int      ed_line;
 #include <time.h>
 #include <pwd.h>