X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fiface.h;h=cec81e5828d5fa294f784559b34f343484ad3fd7;hb=28302bf673d9a57b0919a91943c6aeb083ddcdb2;hp=6cadbdd9362228a69d3a1c716c0eab6385b41f6b;hpb=d80c70d36363762e0cf1534e654e122d741fbc5d;p=catta diff --git a/src/iface.h b/src/iface.h index 6cadbdd..cec81e5 100644 --- a/src/iface.h +++ b/src/iface.h @@ -42,6 +42,8 @@ typedef struct CattaHwInterface CattaHwInterface; #include "iface-linux.h" #elif defined(HAVE_PF_ROUTE) #include "iface-pfroute.h" +#elif defined(_WIN32) +#include "iface-windows.h" #else typedef struct CattaInterfaceMonitorOSDep CattaInterfaceMonitorOSDep; struct CattaInterfaceMonitorOSDep {