summaryrefslogtreecommitdiffstats
path: root/host/lib/load_modules.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-03-26 17:52:57 -0800
committerJosh Blum <josh@joshknows.com>2010-03-26 17:52:57 -0800
commitae02148f12615ab4f8e326dac5cf388ab976ec7f (patch)
tree1c89914d05965e02730504eb17c22ac907348e52 /host/lib/load_modules.cpp
parent72927d983f1f84127e83bf2d80db6b8ee882bad7 (diff)
downloaduhd-ae02148f12615ab4f8e326dac5cf388ab976ec7f.tar.gz
uhd-ae02148f12615ab4f8e326dac5cf388ab976ec7f.tar.bz2
uhd-ae02148f12615ab4f8e326dac5cf388ab976ec7f.zip
get interface addresses on windows
Diffstat (limited to 'host/lib/load_modules.cpp')
-rw-r--r--host/lib/load_modules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/load_modules.cpp b/host/lib/load_modules.cpp
index bcdff98a6..77426b898 100644
--- a/host/lib/load_modules.cpp
+++ b/host/lib/load_modules.cpp
@@ -41,7 +41,7 @@ static void load_module(const std::string &file_name){
}
#elif HAVE_WINDOWS_H
-#include <Windows.h>
+#include <windows.h>
static void load_module(const std::string &file_name){
if (LoadLibrary(file_name.c_str()) == NULL){