diff ffstools/tiffs-rd/tree.c @ 234:024042383a26

tiffs IVA: ls reports file sizes
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 26 Jan 2014 11:47:13 +0000
parents ae9ff2d1e3da
children 317936902be4
line wrap: on
line diff
--- a/ffstools/tiffs-rd/tree.c	Sun Jan 26 10:54:42 2014 +0000
+++ b/ffstools/tiffs-rd/tree.c	Sun Jan 26 11:47:13 2014 +0000
@@ -2,6 +2,7 @@
  * This C module implements operations on the tree level.
  */
 
+#include <sys/types.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>