blob: 6091cd623a11efe73ff5514f2fa298f001fcf22a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-au,v 1.2 2001/12/20 09:19:56 tron Exp $
--- lib/libxview/win/win_env.c.orig Tue Jun 29 07:15:40 1993
+++ lib/libxview/win/win_env.c Thu Dec 20 10:10:47 2001
@@ -15,6 +15,7 @@
* other functions)
*/
+#include <string.h>
#include <xview/rect.h>
#include <xview/win_env.h>
#include <xview/win_struct.h>
|