We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a96cf commit ae30540Copy full SHA for ae30540
1 file changed
src/omnipkg/dispatcher.c
@@ -32,6 +32,7 @@
32
# include <process.h>
33
# include <sys/stat.h>
34
# include <stdio.h> /* snprintf — must precede compat functions on MinGW */
35
+# include <stdlib.h> /* free/malloc — must precede win_globfree definition */
36
37
/* ── Windows compat macros ── */
38
# undef MAX_PATH
0 commit comments