Mercurial > libpst
comparison src/dumpblocks.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 |
---|---|
1 #include "define.h" | 1 #include "define.h" |
2 | 2 #include "common.h" |
3 #include <stdio.h> | |
4 #include <stdlib.h> | |
5 #include <unistd.h> | |
6 #include "libpst.h" | 3 #include "libpst.h" |
7 | 4 |
8 #define OUT_BUF 20 | 5 #define OUT_BUF 20 |
9 int main(int argc, char* const* argv) | 6 int main(int argc, char* const* argv) |
10 { | 7 { |