]> diplodocus.org Git - nmh/blobdiff - sbr/base64.c
fmt_addr.c: Move interface to own file.
[nmh] / sbr / base64.c
index 75e823014d0d58f0ce33238f5fbaf820c2508eb3..ef3aa32a0c8baf754c4a0df040a26bc2547103d0 100644 (file)
@@ -5,9 +5,10 @@
  * complete copyright information.
  */
 
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/mime.h>
-#include <h/md5.h>
+#include "h/mh.h"
+#include "error.h"
+#include "h/mime.h"
+#include "h/md5.h"
 #include <inttypes.h>
 
 static const char nib2b64[0x40+1] =
 #include <inttypes.h>
 
 static const char nib2b64[0x40+1] =