diff options
Diffstat (limited to 'src/runtime/c/gu/seq.c')
| -rw-r--r-- | src/runtime/c/gu/seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/gu/seq.c b/src/runtime/c/gu/seq.c index 88b762a04..8cf55929b 100644 --- a/src/runtime/c/gu/seq.c +++ b/src/runtime/c/gu/seq.c @@ -3,7 +3,7 @@ #include <gu/fun.h> #include <gu/assert.h> #include <stdlib.h> -#ifdef __MINGW32__ +#if defined(__MINGW32__) || defined(_MSC_VER) #include <malloc.h> #endif |
