$NetBSD: patch-bx,v 1.1 2006/01/24 19:01:45 joerg Exp $

--- src/mime.c.orig	2006-01-24 17:41:13.000000000 +0000
+++ src/mime.c
@@ -11,15 +11,13 @@ static char rcsid[] = "@(#)$Id: mime.c,v
  *			Copyright (c) 1986,1987 Dave Taylor
  *****************************************************************************/
 
-
+#include <errno.h>
 #include "headers.h"
 #include "s_elm.h"
 #include "me.h"
 
 DEBUG_VAR(Debug,__FILE__,"mime");
 
-extern int errno;
-
 static unsigned char *s2us P_((char *str));
 static unsigned char *s2us(str) 
      char *str;
