File missing-includes.patch of Package unxwb
diff -u -uNrp old/mywav.h new/mywav.h
--- old/mywav.h 2015-04-17 08:41:00.000000000 +0200
+++ new/mywav.h 2025-09-11 10:13:30.782244367 +0200
@@ -25,6 +25,7 @@
#include <string.h>
#include <stdint.h>
+#include <stdio.h>
diff -u -uNrp old/myxact.h new/myxact.h
--- old/myxact.h 2009-02-13 16:23:00.000000000 +0100
+++ new/myxact.h 2025-09-11 10:13:06.981616082 +0200
@@ -1,3 +1,5 @@
+#include <stdint.h>
+
// from xact3wb.h
#define ADPCM_MINIWAVEFORMAT_BLOCKALIGN_CONVERSION_OFFSET 22
diff -u -uNrp old/show_dump.h new/show_dump.h
--- old/show_dump.h 2005-12-25 15:02:00.000000000 +0100
+++ new/show_dump.h 2025-09-11 10:17:22.864646327 +0200
@@ -28,6 +28,7 @@ Usage:
show_dump(buffer, buffer_length, fd);
*/
+#include <stdio.h>
#include <string.h>
diff -u -uNrp old/xma_header.h new/xma_header.h
--- old/xma_header.h 2010-01-16 18:30:00.000000000 +0100
+++ new/xma_header.h 2025-09-11 10:25:25.653760300 +0200
@@ -1,6 +1,7 @@
/*
by Luigi Auriemma
*/
+#include <stdio.h>
#ifdef WIN32
#include <windows.h>