aboutsummaryrefslogtreecommitdiff
path: root/math/scilab/files/patch-al
blob: ffed38bb80e57ad2f5ef7d56c526c4c7cefe2d70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ./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