diff options
Diffstat (limited to 'math/scilab/files/patch-at')
-rw-r--r-- | math/scilab/files/patch-at | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/scilab/files/patch-at b/math/scilab/files/patch-at new file mode 100644 index 000000000000..3a70cdb06715 --- /dev/null +++ b/math/scilab/files/patch-at @@ -0,0 +1,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> |