diff options
Diffstat (limited to 'src/malloc.h')
| -rw-r--r-- | src/malloc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/malloc.h b/src/malloc.h index c2d9969..de2cc9f 100644 --- a/src/malloc.h +++ b/src/malloc.h @@ -36,6 +36,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define HAVE_STDLIB #endif +#ifdef __STDC__ +#define ANY void +#define HAVE_STDLIB +#endif + #ifndef ANY #define ANY char #endif |
