diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pgenheaders.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h index 95fdbf2..b53fdf2 100644 --- a/Include/pgenheaders.h +++ b/Include/pgenheaders.h @@ -2,13 +2,24 @@ This is a precompiled header for THINK C. */ #include <stdio.h> +#include <string.h> #ifdef THINK_C +/* #define THINK_C_3_0 /*** TURN THIS ON FOR THINK C 3.0 ****/ #define label label_ -#include <proto.h> #undef label #endif +#ifdef THINK_C_3_0 +#include <proto.h> +#endif + +#ifdef THINK_C +#ifndef THINK_C_3_0 +#include <stdlib.h> +#endif +#endif + #include "PROTO.h" #include "malloc.h" |