aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtl_eeprom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtl_eeprom.c')
-rw-r--r--src/rtl_eeprom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtl_eeprom.c b/src/rtl_eeprom.c
index 35191de..2b6d0b1 100644
--- a/src/rtl_eeprom.c
+++ b/src/rtl_eeprom.c
@@ -24,7 +24,7 @@
#ifndef _WIN32
#include <unistd.h>
#else
-#include <Windows.h>
+#include <windows.h>
#include "getopt/getopt.h"
#endif