From 9da5a06af89ccc2acaef64d07fe22cd43f8cca1b Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Tue, 1 Mar 2016 11:22:20 -0700 Subject: [PATCH] Add missing header. Without this OS_CYGWIN is not defined which causes the :W modifier to fail. --- src/engine/pathnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/pathnt.c b/src/engine/pathnt.c index 077dc3b1b..fcffe24df 100644 --- a/src/engine/pathnt.c +++ b/src/engine/pathnt.c @@ -16,8 +16,8 @@ * pathnt.c - NT specific path manipulation support */ +#include "jam.h" #include "pathsys.h" - #include "hash.h" #define WIN32_LEAN_AND_MEAN