X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=have.h;h=7544bf9cf8847de8e73ab78c04b450fd29d27379;hb=94ec8d34db0ddef14b5446975663e5ff37e27b45;hp=0ab813461c41bcf54bd8d397cfa18d334066feb8;hpb=483c5dcfb43719e5fd50902641252e28a04fd74e;p=tinc diff --git a/have.h b/have.h index 0ab81346..7544bf9c 100644 --- a/have.h +++ b/have.h @@ -42,6 +42,7 @@ #ifdef HAVE_MINGW #include +#include #include #include #endif @@ -199,4 +200,10 @@ #include #endif +#ifdef HAVE_MINGW +#define SLASH "\\" +#else +#define SLASH "/" +#endif + #endif /* __TINC_SYSTEM_H__ */