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>
This commit is contained in:
Dirk Hohndel 2012-01-02 21:53:33 -08:00
parent 7b5874ead7
commit 53ecd2025d

View file

@ -7,6 +7,7 @@
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <unistd.h>
#include "dive.h"
#include "divelist.h"