From 95b9374ff3192cc8df8a7c1d8335302f4d98ba2d Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Fri, 2 May 2014 17:53:49 +0000 Subject: Fixed WIN32. --- src/httrack-library.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/httrack-library.h b/src/httrack-library.h index 66a7974..6d65cd7 100644 --- a/src/httrack-library.h +++ b/src/httrack-library.h @@ -34,7 +34,10 @@ Please visit our Website: http://www.httrack.com #define HTTRACK_DEFLIB #include "htsglobal.h" + +#ifndef _WIN32 #include +#endif #ifndef HTS_DEF_FWSTRUCT_httrackp #define HTS_DEF_FWSTRUCT_httrackp -- cgit v1.2.3