summaryrefslogtreecommitdiff
path: root/math/Scilab/files/patch-at
blob: 3a70cdb06715c1fcc6167824c24e4b3ec97d634d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
*** ./routines/metanet/files.c.old	Sun Jun 22 16:57:23 1997
--- ./routines/metanet/files.c	Sun Jun 22 16:58:16 1997
***************
*** 1,5 ****
--- 1,8 ----
  #include <stdio.h>
  #ifndef __MSC__
+ #ifdef __FreeBSD__
+ #include <sys/types.h>
+ #endif
  #include <dirent.h>
  #endif
  #include <string.h>