summaryrefslogtreecommitdiff
path: root/mail/elm/patches/patch-an
blob: 4951be6c217b2ccec92e4eacf1da5eae7a3f43f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.1 2008/07/21 05:35:37 dholland Exp $

--- nls/gencat/genlib.c.orig	2005-08-18 08:49:24.000000000 -0400
+++ nls/gencat/genlib.c	2008-07-21 01:07:43.000000000 -0400
@@ -42,6 +42,8 @@
 #include <stdio.h>
 #include <sys/types.h>
 #if defined(SYSV) || defined(__STDC__)
+# include <stdlib.h>
+# include <string.h>
 # include <fcntl.h>
 # include <unistd.h>
 # define L_SET SEEK_SET