diff options
Diffstat (limited to 'tcg/tcg.c')
-rw-r--r-- | tcg/tcg.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ #include <stdio.h> #include <string.h> #include <inttypes.h> +#ifdef _WIN32 +#include <malloc.h> +#endif #include "config.h" #include "osdep.h" |