forked from Lainports/freebsd-ports
Switch to cmake Switch to github Add the STATIC, DOCS, ALSA, and OSS options Make a master port so comms/qtel can be a slave port
10 lines
319 B
C++
10 lines
319 B
C++
--- src/async/audio/AsyncAudioDeviceOSS.cpp.orig 2014-04-09 22:38:17.000000000 -0700
|
|
+++ src/async/audio/AsyncAudioDeviceOSS.cpp 2014-04-09 22:38:29.000000000 -0700
|
|
@@ -41,6 +41,7 @@
|
|
#include <sys/soundcard.h>
|
|
#include <sys/ioctl.h>
|
|
#include <unistd.h>
|
|
+#include <stdlib.h>
|
|
|
|
#include <cassert>
|
|
#include <cstring>
|