mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
$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>
|