comparison src/lspst.c @ 120:6395ced2b8b2

disable building pst2dii on cygwin consistent ordering of our include files all system includes protected by ifdef HAVE_ from autoconf
author Carl Byington <carl@five-ten-sg.com>
date Sun, 01 Feb 2009 11:24:22 -0800
parents 0f1492b7fe8b
children bdb38b434c0a
comparison
equal deleted inserted replaced
119:f50f4321aa2d 120:6395ced2b8b2
5 * Based on readpst.c by by David Smith <dave.s@earthcorp.com> 5 * Based on readpst.c by by David Smith <dave.s@earthcorp.com>
6 * 6 *
7 */ 7 */
8 8
9 #include "define.h" 9 #include "define.h"
10 10 #include "common.h"
11 #include <stdio.h>
12 #include <stdlib.h>
13 #include <time.h>
14 #include <string.h>
15 #include <ctype.h>
16 #include <errno.h>
17 #include <unistd.h>
18
19 #include "libpst.h" 11 #include "libpst.h"
20 #include "common.h"
21 #include "timeconv.h" 12 #include "timeconv.h"
22 13
23 struct file_ll { 14 struct file_ll {
24 char *dname; 15 char *dname;
25 int32_t stored_count; 16 int32_t stored_count;