1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/math/scilab/files/patch-as

18 lines
370 B
Plaintext
Raw Normal View History

--- ./xmetanet/init.c.orig Sat Aug 8 13:47:04 1998
+++ ./xmetanet/init.c Sat Aug 8 14:18:41 1998
@@ -1,6 +1,14 @@
/* Copyright INRIA */
+#if defined(freebsd) || defined(netbsd)
+#include <sys/types.h>
+#endif
+
#include <dirent.h>
#include <stdlib.h>
#include <string.h>
+
+#if defined(netbsd) || defined(freebsd)
+#include <unistd.h>
+#endif
#include "list.h"