diff src/lzfu.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 582e927756d3
children bdb38b434c0a
line wrap: on
line diff
--- a/src/lzfu.c	Sat Jan 31 12:23:46 2009 -0800
+++ b/src/lzfu.c	Sun Feb 01 11:24:22 2009 -0800
@@ -10,13 +10,14 @@
   */
 
 #include "define.h"
+#include "common.h"
 #include "libpst.h"
+#include "lzfu.h"
 
-#include <sys/types.h>
-#include <string.h>
-#include <stdio.h>
+#ifdef HAVE_SYS_TYPES_H
+    #include <sys/types.h>
+#endif
 
-#include "lzfu.h"
 
 #define LZFU_COMPRESSED 		0x75465a4c
 #define LZFU_UNCOMPRESSED		0x414c454d