From 74b86fe83e70df092b112339f2dc31cbe382a146 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sat, 21 Mar 2009 23:12:15 +0000 Subject: [PATCH] Include unistd.h Fixes #2596. [SVN r51896] --- historic/jam/src/jam.h | 1 + 1 file changed, 1 insertion(+) diff --git a/historic/jam/src/jam.h b/historic/jam/src/jam.h index 38680c0fc..660c58faf 100644 --- a/historic/jam/src/jam.h +++ b/historic/jam/src/jam.h @@ -410,6 +410,7 @@ #include #include #include +#include #ifndef OS_QNX #include