1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/cad/felt/files/patch-ac

17 lines
331 B
Plaintext
Raw Normal View History

*** src/Burlap/allocate.h.orig Sat Jun 14 22:32:22 1997
--- src/Burlap/allocate.h Sat Jun 14 22:35:28 1997
***************
*** 28,34 ****
--- 28,38 ----
# ifndef _ALLOCATE_H
# define _ALLOCATE_H
+ #ifdef __STDC__
+ #include <stdlib.h>
+ #else
# include <malloc.h>
+ #endif
# include <string.h>
# define New(type) \