summaryrefslogtreecommitdiff
path: root/audio/wavegain/files/patch-audio.c
blob: 9de3538df029c35f07371c87c2c0e7655f41d2da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- audio.c.orig	2025-06-08 11:07:50 UTC
+++ audio.c
@@ -32,14 +32,6 @@
 #include <sys/stat.h>
 #include <math.h>
 
-#ifdef _WIN32
-#include <io.h>
-#else
-# ifndef __MACOSX__
-#  include <sys/io.h>
-# endif
-#endif
-
 #include <fcntl.h>
 
 #ifndef __MACOSX__