diff options
author | steve <steve@FreeBSD.org> | 1997-12-28 22:31:59 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1997-12-28 22:31:59 +0000 |
commit | c1884e4eb82e84ce82130c5b3802b7d470e0d49f (patch) | |
tree | 240b7b31807088e200582cb622e13a597a9b7447 /sys/sys | |
parent | 839c2bd106e11bed3b651a15dfdca1c31ddaf17b (diff) | |
download | FreeBSD-src-c1884e4eb82e84ce82130c5b3802b7d470e0d49f.zip FreeBSD-src-c1884e4eb82e84ce82130c5b3802b7d470e0d49f.tar.gz |
Add back a #include <sys/types.h> so that this header is
self-sufficient again. This is a quick fix that should
really be remedied by removing all of the gratuitous changes
made in revision 1.20.
PR: 5351
Diffstat (limited to 'sys/sys')
-rw-r--r-- | sys/sys/soundcard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h index 3b10c5d..b10cccf 100644 --- a/sys/sys/soundcard.h +++ b/sys/sys/soundcard.h @@ -85,6 +85,7 @@ #ifndef _IOWR #include <sys/ioccom.h> #endif /* !_IOWR */ +#include <sys/types.h> #define SNDCTL_SEQ_RESET _IO ('Q', 0) #define SNDCTL_SEQ_SYNC _IO ('Q', 1) |