mixer(3): Revert: "Fix for header file pollution."

Differential Revision:	https://reviews.freebsd.org/D33732
Submitted by:	christos@
MFC after:	1 week
Sponsored by:	NVIDIA Networking
This commit is contained in:
Hans Petter Selasky 2022-01-04 12:33:13 +01:00
parent cc3e5b372e
commit fff236e89d
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,6 @@
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/sysctl.h>
#include <sys/soundcard.h>
#include <errno.h>
#include <fcntl.h>

View File

@ -27,6 +27,7 @@
#include <sys/cdefs.h>
#include <sys/queue.h>
#include <sys/soundcard.h>
#include <limits.h>