MINGW-packages/mingw-w64-sox-ng/0003-missing-include.patch
Christoph Reiter f20d7560a7
sox-ng: Add 14.6.0.4 (#25146)
a sox fork.
2025-08-10 09:51:12 +02:00

11 lines
295 B
Diff

--- sox_ng-14.6.0.4/src/win32-glob.c.orig 2025-08-10 08:56:42.347859900 +0200
+++ sox_ng-14.6.0.4/src/win32-glob.c 2025-08-10 08:56:45.987812800 +0200
@@ -16,6 +16,7 @@
*/
#include "win32-glob.h"
+#include <stdlib.h>
#include <errno.h>
#define WIN32_LEAN_AND_MEAN 1
#include <windows.h>