diff options
author | Robert de Bath <rdebath@poboxes.com> | 1997-02-25 20:42:19 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2013-10-23 23:38:07 +0200 |
commit | 4c36e9a0c125ccfff37aa440dab2cf58c4152fff (patch) | |
tree | a5d9c84ba2661029ddb2223dacd50529a361c3d5 /bcc/const.h | |
parent | f8de35da65c5d93bb733073cf40da154bc1c0748 (diff) | |
parent | 9696d7b0e1f3a1b0f5fd4a0428eb75afe8ad4ed6 (diff) | |
download | dev86-0.0.11.tar.gz |
Import Dev86src-0.0.11.tar.gzv0.0.11
Diffstat (limited to 'bcc/const.h')
-rw-r--r-- | bcc/const.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bcc/const.h b/bcc/const.h index 20608c2..f8fd692 100644 --- a/bcc/const.h +++ b/bcc/const.h @@ -2,6 +2,12 @@ /* Copyright (C) 1992 Bruce Evans */ +#ifdef __STDC__ +#include <stdlib.h> +#else +#include <malloc.h> +#endif + /* switches for code generation */ #if !defined(I8088) && !defined(MC6809) |