diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-14 20:25:47 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-14 20:25:47 +0000 |
commit | b09def438c5e47305e4a5ab18d8a646a3b004fdc (patch) | |
tree | 60128a9509937d56d7a3f56babaae3acaf1dffce /src | |
parent | 06d7e5bb20ce41e41f1d9f1633cc67a6b30f4a2c (diff) |
Missing stdarg.h
Diffstat (limited to 'src')
-rw-r--r-- | src/proxy/proxytrack.h | 1 |
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 */ |