summaryrefslogtreecommitdiff
path: root/science/felt/files/patch-ac
blob: c9361f62f8ee716b3abcda7c63c46f9b0015b140 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*** 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) \