diff options
Diffstat (limited to 'math/scilab/files/patch-ar')
-rw-r--r-- | math/scilab/files/patch-ar | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/scilab/files/patch-ar b/math/scilab/files/patch-ar new file mode 100644 index 000000000000..d242af20723d --- /dev/null +++ b/math/scilab/files/patch-ar @@ -0,0 +1,14 @@ +*** ./routines/metanet/loadg.c.old Sun Jun 22 16:54:55 1997 +--- ./routines/metanet/loadg.c Sun Jun 22 16:55:26 1997 +*************** +*** 1,5 **** +--- 1,8 ---- + #include <stdio.h> + #ifndef __MSC__ ++ #ifdef __FreeBSD__ ++ #include <sys/types.h> ++ #endif + #include <dirent.h> + #endif + #include <string.h> + |