mixer(3): 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 11:42:45 +01:00
parent 43a5ec4eb4
commit 55224280e2
2 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@
#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,7 +27,6 @@
#include <sys/cdefs.h>
#include <sys/queue.h>
#include <sys/soundcard.h>
#include <limits.h>