X-Git-Url: http://git.meshlink.io/?p=catta;a=blobdiff_plain;f=src%2Fiface.h;h=cec81e5828d5fa294f784559b34f343484ad3fd7;hp=6cadbdd9362228a69d3a1c716c0eab6385b41f6b;hb=28302bf673d9a57b0919a91943c6aeb083ddcdb2;hpb=b6050fbda57890692eafb926d3794e8723e8de26 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 {