From 53ecd2025d00e844fbfb84b5765d975e1e8942be Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 2 Jan 2012 21:53:33 -0800 Subject: [PATCH] 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 --- gtk-gui.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.43.0