From: Adam Dickmeiss Date: Tue, 18 Nov 2008 13:31:50 +0000 (+0100) Subject: Include direct.h for chdir on Windows X-Git-Tag: v1.0.16~31 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=sidebyside;h=918adecfc17fd65bddd3e72df4f0cc8bd65f7dab;p=metaproxy-moved-to-github.git Include direct.h for chdir on Windows --- diff --git a/src/metaproxy_prog.cpp b/src/metaproxy_prog.cpp index 5538532..177eb9f 100644 --- a/src/metaproxy_prog.cpp +++ b/src/metaproxy_prog.cpp @@ -34,6 +34,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #if HAVE_UNISTD_H #include #endif +#ifdef WIN32 +#include +#endif namespace mp = metaproxy_1;