mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-09 02:22:18 +00:00
34f7a66b4e
FreeBSD related changes: physical cdrom fix, audio merge PR: ports/74015 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
12 lines
291 B
C
12 lines
291 B
C
Index: qemu/audio/ossaudio.c
|
|
@@ -21,8 +21,8 @@
|
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
* THE SOFTWARE.
|
|
*/
|
|
-#include <sys/mman.h>
|
|
#include <sys/types.h>
|
|
+#include <sys/mman.h>
|
|
#include <sys/ioctl.h>
|
|
#include <sys/soundcard.h>
|
|
#include <assert.h>
|