summaryrefslogtreecommitdiffstats
path: root/Mac/Compat/dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Compat/dirent.h')
-rw-r--r--Mac/Compat/dirent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Compat/dirent.h b/Mac/Compat/dirent.h
index 44cfc5a..7cfe404 100644
--- a/Mac/Compat/dirent.h
+++ b/Mac/Compat/dirent.h
@@ -9,6 +9,7 @@
#define DIR struct _dir
struct _dir {
+ short vrefnum;
long dirid;
int nextfile;
};