summaryrefslogtreecommitdiff
path: root/mail/imap-uw/patches/patch-ap
blob: 6fae4fbe55d741ca2f248513bc7ccb774695c0b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ap,v 1.3 2009/05/17 16:03:08 plunky Exp $

--- src/osdep/unix/unix.c.orig	2007-06-18 20:22:43.000000000 +0000
+++ src/osdep/unix/unix.c
@@ -42,7 +42,7 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <errno.h>
-extern int errno;		/* just in case */
 #include <signal.h>
+#include <utime.h>	/* need this to get __utime50() prototype on NetBSD */
 #include "mail.h"
 #include "osdep.h"