mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
346 B
Plaintext
16 lines
346 B
Plaintext
$NetBSD: patch-al,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $
|
|
|
|
--- src/xfaces.c.orig Wed Nov 18 02:36:41 1998
|
|
+++ src/xfaces.c Sun Sep 1 15:35:41 2002
|
|
@@ -20,6 +20,10 @@
|
|
|
|
/* This is derived from work by Lucid (some parts very loosely so). */
|
|
|
|
+#ifdef __sun__
|
|
+#include <strings.h>
|
|
+#endif
|
|
+
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
|