diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-01-02 21:53:33 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-01-03 07:25:26 -0800 |
commit | 53ecd2025d00e844fbfb84b5765d975e1e8942be (patch) | |
tree | c851ee4c74b5be8d4b79547e87dc3ed94395c774 | |
parent | 7b5874ead7c9115f8e20025ad29733d9e4293d70 (diff) | |
download | subsurface-53ecd2025d00e844fbfb84b5765d975e1e8942be.tar.gz |
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 <dirk@hohndel.org>
-rw-r--r-- | gtk-gui.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ #include <string.h> #include <stdlib.h> #include <time.h> +#include <unistd.h> #include "dive.h" #include "divelist.h" |