$NetBSD: patch-mixctl.h,v 1.1 2022/09/20 06:30:48 nia Exp $ Simplify OSS header inclusion situation. Should help DragonFly, Solaris... --- mixctl.h.orig 2001-03-02 10:32:05.000000000 +0000 +++ mixctl.h @@ -15,14 +15,10 @@ #include #include #include -#ifdef __NetBSD__ -#include -#endif -#ifdef __FreeBSD__ -#include -#endif #ifdef __linux__ #include +#else +#include #endif class MixCtl