Browse Source

Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros.

suggested by deraadt@
OPENBSD_5_2
ratchov 12 years ago
parent
commit
c325968137
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/sndio.h

+ 2
- 2
src/include/sndio.h View File

@ -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


Loading…
Cancel
Save