1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -04:00

Windows: MSVC2017: changes in sdrbase (3) serialdv

This commit is contained in:
f4exb
2018-11-12 17:22:19 +01:00
parent 70a4db39c0
commit 64169bc168
5 changed files with 26 additions and 6 deletions
+4 -2
View File
@@ -16,14 +16,16 @@
///////////////////////////////////////////////////////////////////////////////////
#include <stdlib.h>
#include <dirent.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
#ifndef _MSC_VER
#include <dirent.h>
#include <unistd.h>
#include <libgen.h>
#endif
#ifndef __WINDOWS__
#include <termios.h>