aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtl_fm.c
diff options
context:
space:
mode:
authorHoernchen <la@tfc-server.de>2013-10-25 01:11:44 +0200
committerHoernchen <la@tfc-server.de>2013-10-25 01:11:44 +0200
commitdbede4e3c0a9b4b6e60e9b323bf75ee5aec9eb2b (patch)
tree7946e67f71b8357952543449a87f62a108ca6763 /src/rtl_fm.c
parent7614a4d6840015faa2a163d53bfa8f6553e04f74 (diff)
tools: play nice with mingw/cygwin
Diffstat (limited to 'src/rtl_fm.c')
-rw-r--r--src/rtl_fm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtl_fm.c b/src/rtl_fm.c
index d9c1290..8851f87 100644
--- a/src/rtl_fm.c
+++ b/src/rtl_fm.c
@@ -52,7 +52,7 @@
#ifndef _WIN32
#include <unistd.h>
#else
-#include <Windows.h>
+#include <windows.h>
#include <fcntl.h>
#include <io.h>
#include "getopt/getopt.h"