mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-07-13 12:55:10 +02:00
tools: play nice with mingw/cygwin
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#include <fcntl.h>
|
||||
#include <io.h>
|
||||
#include "getopt/getopt.h"
|
||||
|
Reference in New Issue
Block a user