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