mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
cad64cdf20
PR: 3867 Submitted by: Paulo Menezes <paulo@isr.uc.pt>
15 lines
417 B
Plaintext
15 lines
417 B
Plaintext
diff -c -r /usr/LOCAL/scilab2.3/work/scilab-2.3/xmetanet/graphics.c ./xmetanet/graphics.c
|
|
*** /usr/LOCAL/scilab2.3/work/scilab-2.3/xmetanet/graphics.c Mon May 12 16:34:40 1997
|
|
--- ./xmetanet/graphics.c Mon May 19 00:28:39 1997
|
|
***************
|
|
*** 1,6 ****
|
|
--- 1,8 ----
|
|
#include <X11/Intrinsic.h>
|
|
#include <math.h>
|
|
+ #ifndef __FreeBSD__
|
|
#include <malloc.h>
|
|
+ #endif
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
|