summaryrefslogtreecommitdiff
path: root/comms/svxlink/files/patch-async_audio_AsyncAudioDeviceOSS.cpp
blob: 66729cd0b944be13f4a78844b7316e128e3c2650 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- async/audio/AsyncAudioDeviceOSS.cpp.orig	2014-04-09 22:38:17.000000000 -0700
+++ 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>