diff --git a/src/shell.c b/src/shell.c index 8a2c747..b3425fc 100644 --- a/src/shell.c +++ b/src/shell.c @@ -23,6 +23,7 @@ #include #endif #if defined(_WIN32) || defined(_WIN64) +#include FILE *fmemopen(void *buf, size_t size, const char *mode) { if (strchr(mode, 'r') == NULL) { return NULL;