Mercurial > libpst
comparison src/readpst.c @ 122:bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 02 Feb 2009 21:55:48 -0800 |
parents | 8399ef94c11b |
children | ab2a11e72250 |
comparison
equal
deleted
inserted
replaced
121:8399ef94c11b | 122:bdb38b434c0a |
---|---|
2 * readpst.c | 2 * readpst.c |
3 * Part of the LibPST project | 3 * Part of the LibPST project |
4 * Written by David Smith | 4 * Written by David Smith |
5 * dave.s@earthcorp.com | 5 * dave.s@earthcorp.com |
6 */ | 6 */ |
7 #include "define.h" | |
8 #include "common.h" | 7 #include "common.h" |
9 #include "libpst.h" | 8 #include "libpst.h" |
10 #include "timeconv.h" | 9 #include "timeconv.h" |
11 #include "lzfu.h" | |
12 #include "libstrfunc.h" | 10 #include "libstrfunc.h" |
13 #include "vbuf.h" | 11 #include "vbuf.h" |
12 | |
13 #include "define.h" | |
14 #include "lzfu.h" | |
14 | 15 |
15 #ifdef HAVE_REGEX_H | 16 #ifdef HAVE_REGEX_H |
16 #include <regex.h> | 17 #include <regex.h> |
17 #endif | 18 #endif |
18 | 19 |