X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=have.h;h=7544bf9cf8847de8e73ab78c04b450fd29d27379;hb=ff306f0cdaedb50de1472e7c1fb55de922a6ca60;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__ */