Mercurial > libpst
comparison src/lzfu.c @ 48:f66078abed38
more fixes for 64 bit format
author | carl |
---|---|
date | Fri, 18 Jan 2008 15:07:12 -0800 |
parents | f6db1f060a95 |
children | 3cb02cb1e6cd |
comparison
equal
deleted
inserted
replaced
47:5fb8d997feed | 48:f66078abed38 |
---|---|
9 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA | 9 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
10 */ | 10 */ |
11 | 11 |
12 #include "define.h" | 12 #include "define.h" |
13 #include "libpst.h" | 13 #include "libpst.h" |
14 | |
14 #include <sys/types.h> | 15 #include <sys/types.h> |
15 #include <string.h> | 16 #include <string.h> |
16 #include <stdio.h> | 17 #include <stdio.h> |
17 | 18 |
18 #include "lzfu.h" | 19 #include "lzfu.h" |