summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 367a4fad00..a0015b6e76 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -23,6 +23,7 @@
23 23
24struct entry { 24struct entry {
25 short attr; /* FAT attributes + file type flags */ 25 short attr; /* FAT attributes + file type flags */
26 unsigned long time_write; /* Last write time */
26 char *name; 27 char *name;
27}; 28};
28 29