X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=have.h;h=7544bf9cf8847de8e73ab78c04b450fd29d27379;hb=5ede437307cc3bbb20431f4b82f4a2ef79c9b746;hp=0ab813461c41bcf54bd8d397cfa18d334066feb8;hpb=3fba80174dbe29bcfe0d121a2a1d2e61be5ee57b;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__ */