mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
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>
|