1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

DSD demod: serialDV library support in Windows. Updates in sdrbase

This commit is contained in:
Edouard Griffiths
2016-05-09 17:48:34 +02:00
parent 7fe5716e90
commit 84479fdbcc
2 changed files with 18 additions and 1 deletions
+4 -1
View File
@@ -23,10 +23,13 @@
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
#include <libgen.h>
#ifndef __WINDOWS__
#include <termios.h>
#include <sys/ioctl.h>
#include <linux/serial.h>
#include <libgen.h>
#endif
#include <QDebug>
#include <QThread>