summaryrefslogtreecommitdiff
path: root/src/htsthread.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-11 08:27:09 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-11 08:27:09 +0000
commit1315e03cc576444aa089682f9cd24327ce0e79ac (patch)
tree18593d00a8c0d5e4ac11cd5a0d459dd907a21c6a /src/htsthread.c
parent917d6bd3c44476d032f40b61b6e49ce2ea76494e (diff)
Fixed warning: "warning: no previous prototype for 'htsthread_wait'"
Diffstat (limited to 'src/htsthread.c')
-rw-r--r--src/htsthread.c1
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