From 3f61f5d1b061ca22ee8cccdc19df8ecddd23c8b2 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 7 Jun 2014 11:56:25 +0200 Subject: Add missing defines. --- src/path.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/path.cc b/src/path.cc index 959d364..08565fd 100644 --- a/src/path.cc +++ b/src/path.cc @@ -27,8 +27,11 @@ #include "path.h" #ifndef WIN32 + #include +#else/*WIN32*/ + #ifndef _MAX_DIR #define _MAX_DIR 256 #endif -- cgit v1.2.3