mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d9808168fd
Submitted by: Andreas Klemm <andreas@knobel.gun.de>
14 lines
260 B
Plaintext
14 lines
260 B
Plaintext
*** gd.c.orig Sun Mar 17 19:28:12 1996
|
|
--- gd.c Sun Mar 17 19:29:10 1996
|
|
***************
|
|
*** 1,4 ****
|
|
--- 1,8 ----
|
|
+ #ifdef __FreeBSD__
|
|
+ #include <stdlib.h>
|
|
+ #else
|
|
#include <malloc.h>
|
|
+ #endif
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
#include <string.h>
|