From ead4a032d3257f645520b82657375e7cd6d6c091 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sun, 27 Jul 2025 00:10:02 +0300 Subject: [PATCH] sun audio: remove ifdefs, always include sys/audioio.h and sys/ioctl.h --- src/audio/sun/SDL_sunaudio.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/audio/sun/SDL_sunaudio.c b/src/audio/sun/SDL_sunaudio.c index b596becabe..2a046c41d7 100644 --- a/src/audio/sun/SDL_sunaudio.c +++ b/src/audio/sun/SDL_sunaudio.c @@ -24,18 +24,12 @@ /* Allow access to a raw mixing buffer */ +#include #include #include -#ifdef __NETBSD__ #include #include -#endif -#ifdef __SVR4 -#include -#else #include -#include -#endif #include #include "SDL_timer.h"