blob: 2107df8c7badb925536b8eeafd502afdc2cadbff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-au,v 1.3 2009/12/10 20:35:57 abs Exp $
--- lib/libxview/win/win_env.c.orig 1993-06-29 05:15:40.000000000 +0000
+++ lib/libxview/win/win_env.c
@@ -15,6 +15,7 @@ static char sccsid[] = "@(#)win_env.
* other functions)
*/
+#include <string.h>
#include <xview/rect.h>
#include <xview/win_env.h>
#include <xview/win_struct.h>
|