blob: b28d529f8fe0e819147df9c6ea2ed61a10e9d1d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -c -r /usr/LOCAL/scilab2.3/work/scilab-2.3/xmetanet/init.c ./xmetanet/init.c
*** /usr/LOCAL/scilab2.3/work/scilab-2.3/xmetanet/init.c Mon May 12 16:34:40 1997
--- ./xmetanet/init.c Mon May 19 00:29:50 1997
***************
*** 1,3 ****
--- 1,6 ----
+ #ifdef __FreeBSD__
+ #include <sys/types.h>
+ #endif
#include <dirent.h>
#include <stdlib.h>
#include <string.h>
|