diff --git a/src/actions.cpp b/src/actions.cpp index 47bbe8a4..19fd2100 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -66,7 +66,11 @@ EXIV2_RCSID("@(#) $Id$"); #ifdef EXV_HAVE_UNISTD_H # include // for stat() #endif -#include +#ifdef _MSC_VER +# include +#else +# include +#endif // ***************************************************************************** // local declarations