diff --git a/Stream_support/include/CGAL/IO/Color_ostream.h b/Stream_support/include/CGAL/IO/Color_ostream.h index d8fd7414558..ac2d2e37ef5 100644 --- a/Stream_support/include/CGAL/IO/Color_ostream.h +++ b/Stream_support/include/CGAL/IO/Color_ostream.h @@ -40,7 +40,7 @@ # define CGAL_FILENO fileno #endif -#if defined(__STDC_LIB_EXT1__) && defined(_WIN32) +#if defined(__STDC_LIB_EXT1__) || defined(_WIN32) # include # include // for getenv_s # define CGAL_USE_GETENV_S 1