From: Dirk Hohndel Date: Tue, 3 Jan 2012 05:53:33 +0000 (-0800) Subject: Adding the right header file for R_OK on Windows X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=commitdiff_plain;h=53ecd2025d00e844fbfb84b5765d975e1e8942be Adding the right header file for R_OK on Windows Dang, I should have compile tested this on Windows before the last commit. Signed-off-by: Dirk Hohndel --- diff --git a/gtk-gui.c b/gtk-gui.c index ee99f01..a20954d 100644 --- a/gtk-gui.c +++ b/gtk-gui.c @@ -7,6 +7,7 @@ #include #include #include +#include #include "dive.h" #include "divelist.h"