summaryrefslogtreecommitdiff
path: root/src/proxy
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-14 20:25:47 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-14 20:25:47 +0000
commitb09def438c5e47305e4a5ab18d8a646a3b004fdc (patch)
tree60128a9509937d56d7a3f56babaae3acaf1dffce /src/proxy
parent06d7e5bb20ce41e41f1d9f1633cc67a6b30f4a2c (diff)
Missing stdarg.h
Diffstat (limited to 'src/proxy')
-rw-r--r--src/proxy/proxytrack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proxy/proxytrack.h b/src/proxy/proxytrack.h
index 1825533..ae5af27 100644
--- a/src/proxy/proxytrack.h
+++ b/src/proxy/proxytrack.h
@@ -49,6 +49,7 @@ Please visit our Website: http://www.httrack.com
#ifndef _WIN32
#include <pthread.h>
#endif
+#include <stdarg.h>
/* generic */