From 007b78cbb40b5d2db884d1d7b63299e6fae0e00c Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Sun, 9 Dec 2012 19:27:46 +0100 Subject: [PATCH] Uses less ambiguous include when compiles for Windows platform --- contrib/win32/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/win32/unistd.h b/contrib/win32/unistd.h index d1eebd7..bc7965c 100644 --- a/contrib/win32/unistd.h +++ b/contrib/win32/unistd.h @@ -25,7 +25,7 @@ #ifndef _UNISTD_H_ #define _UNISTD_H_ -#include "../windows.h" +#include "contrib/windows.h" // Needed by Sleep() under Windows # include