summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-al
blob: fa19b726a0481a0579f379b2e56127d66febc8be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-al,v 1.2 1999/03/05 11:22:35 frueauf Exp $

--- ./routines/metanet/files.c.orig	Sat Aug  8 14:04:52 1998
+++ ./routines/metanet/files.c	Sat Aug  8 14:06:46 1998
@@ -1,4 +1,7 @@
 #include <stdio.h>
 #ifndef __MSC__
+#if defined(netbsd) || defined(freebsd)
+#include <sys/types.h>
+#endif
 #include <dirent.h>
 #endif