summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-aj
blob: d23f59f0c3c44964ad5b055e536a9bff1f15c7b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-aj,v 1.1 1998/08/25 12:53:09 agc Exp $

--- ./routines/metanet/loadg.c.orig	Sat Aug  8 13:53:32 1998
+++ ./routines/metanet/loadg.c	Sat Aug  8 13:58:47 1998
@@ -1,4 +1,7 @@
 #include <stdio.h>
 #ifndef __MSC__
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
 #include <dirent.h>
 #endif
@@ -14,5 +17,4 @@
 #define  getwd(x) _getcwd(x,1024)
 #endif
-
 
 #include "mysearch.h"