]> diplodocus.org Git - nmh/blobdiff - uip/mhoutsbr.c
Commit ddf3a8574f65 is a fix to commit af586ebe59b7.
[nmh] / uip / mhoutsbr.c
index 65d9640cb19cca04418d6d38f2415807ea26ac80..354a3013eaf6a3a62705cf40f898b9164180a6e7 100644 (file)
@@ -6,15 +6,17 @@
  * complete copyright information.
  */
 
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "sbr/trimcpy.h"
+#include "sbr/error.h"
 #include <fcntl.h>
 #include <fcntl.h>
-#include <h/utils.h>
-#include <h/md5.h>
-#include <h/mts.h>
-#include <h/tws.h>
-#include <h/mime.h>
-#include <h/mhparse.h>
+#include "h/utils.h"
+#include "h/mts.h"
+#include "h/tws.h"
+#include "h/mime.h"
+#include "h/mhparse.h"
 #include "mhoutsbr.h"
 #include "mhoutsbr.h"
+#include "sbr/base64.h"
 
 
 /*
 
 
 /*
@@ -386,7 +388,7 @@ three_print:
     }
 
     if (c != '\n')
     }
 
     if (c != '\n')
-       putc ('\n', out);
+       putc ('\n', out);
 
     (*ct->c_ceclosefnx) (ct);
     free (bufp);
 
     (*ct->c_ceclosefnx) (ct);
     free (bufp);