1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/math/scilab/files/patch-ar
Thomas Gellekum 5dc621b448 Add some patches needed to build on -current.
PR:		3867
Submitted by:	Paulo Menezes <paulo@isr.uc.pt>
1997-06-25 06:57:15 +00:00

15 lines
306 B
Plaintext

*** ./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>