aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_usbradio.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_usbradio.c')
-rw-r--r--channels/chan_usbradio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_usbradio.c b/channels/chan_usbradio.c
index 7bb1a9c49..97e5570a0 100644
--- a/channels/chan_usbradio.c
+++ b/channels/chan_usbradio.c
@@ -63,7 +63,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <math.h>
#include <string.h>
#include <unistd.h>
+#ifdef HAVE_SYS_IO_H
#include <sys/io.h>
+#endif
#include <sys/ioctl.h>
#include <fcntl.h>
#include <sys/time.h>