From 1315e03cc576444aa089682f9cd24327ce0e79ac Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 11 May 2014 08:27:09 +0000 Subject: Fixed warning: "warning: no previous prototype for 'htsthread_wait'" --- src/htsthread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/htsthread.c b/src/htsthread.c index 143c22c..cfb9160 100644 --- a/src/htsthread.c +++ b/src/htsthread.c @@ -36,6 +36,7 @@ Please visit our Website: http://www.httrack.com #include "htsglobal.h" #include "htsbase.h" #include "htsthread.h" +#include "httrack-library.h" #if USE_BEGINTHREAD #ifdef _WIN32 -- cgit v1.2.3