diff -c -r /usr/LOCAL/scilab2.3/work/scilab-2.3/xmetanet/save.c ./xmetanet/save.c
*** /usr/LOCAL/scilab2.3/work/scilab-2.3/xmetanet/save.c	Mon May 12 16:34:41 1997
--- ./xmetanet/save.c	Mon May 19 00:31:02 1997
***************
*** 1,5 ****
--- 1,10 ----
+ #ifdef __FreeBSD__
+ #include <sys/types.h>
+ #endif
  #include <dirent.h>
+ #ifndef __FreeBSD
  #include <malloc.h>
+ #endif
  #include <stdio.h>
  #include <string.h>
  
