diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2012-07-08 17:55:51 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2012-07-08 17:55:51 +0000 |
commit | 2db81230f975194cb3c99d89e604d18601870bd9 (patch) | |
tree | fec6f4a808e2dd95b5f710f61447cb749bdb887a /include | |
parent | cfdab4f6d29b0749325be32609449453ffeeb823 (diff) |
Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros.
suggested by deraadt@
Diffstat (limited to 'include')
-rw-r--r-- | include/sndio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sndio.h b/include/sndio.h index 4e0ce6bc53d..071aa0d8a86 100644 --- a/include/sndio.h +++ b/include/sndio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sndio.h,v 1.6 2012/05/23 19:25:11 ratchov Exp $ */ +/* $OpenBSD: sndio.h,v 1.7 2012/07/08 17:55:50 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -17,7 +17,7 @@ #ifndef SNDIO_H #define SNDIO_H -#include <sys/param.h> +#include <sys/types.h> /* * default audio device and MIDI port |