1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/www/mapedit/files/patch-aa

14 lines
260 B
Plaintext
Raw Normal View History

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