summaryrefslogblamecommitdiff
path: root/math/Scilab/files/patch-as
blob: 24885706a4eda8f7efc14c9565bbf6c67eff5edb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                
*** ./routines/metanet/saveg.c.old	Sun Jun 22 16:56:33 1997
--- ./routines/metanet/saveg.c	Sun Jun 22 16:56:53 1997
***************
*** 1,5 ****
--- 1,8 ----
  #include <stdio.h>
  #ifndef __MSC__
+ #ifdef __FreeBSD__
+ #include <sys/types.h>
+ #endif
  #include <dirent.h>
  #endif
  #include <string.h>