1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/math/Scilab/files/patch-al

11 lines
272 B
Plaintext
Raw Normal View History

--- ./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