freebsd-ports/www/mapedit/files/patch-aa
Satoshi Asami d9808168fd A WWW authoring tool to create clickable maps.
Submitted by:	Andreas Klemm <andreas@knobel.gun.de>
1996-03-17 22:45:48 +00:00

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>