From b76ccb8b1a488cf2d72fb6bda664cc21c4f01d61 Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Fri, 18 Dec 2015 15:54:18 +0600 Subject: [PATCH] Add missing header for the if_nametoindex on Windows. --- src/windows.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/windows.hpp b/src/windows.hpp index 780c4e1c..58d3b5c9 100644 --- a/src/windows.hpp +++ b/src/windows.hpp @@ -50,10 +50,11 @@ #define _WIN32_WINNT 0x0501 #endif #endif - + #include #include #include +#include #if !defined __MINGW32__ #include