diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-11 08:27:09 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-11 08:27:09 +0000 |
commit | 1315e03cc576444aa089682f9cd24327ce0e79ac (patch) | |
tree | 18593d00a8c0d5e4ac11cd5a0d459dd907a21c6a | |
parent | 917d6bd3c44476d032f40b61b6e49ce2ea76494e (diff) |
Fixed warning: "warning: no previous prototype for 'htsthread_wait'"
-rw-r--r-- | src/htsthread.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |