diff src/lspst.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 6395ced2b8b2
children fc11b1d1ad34
line wrap: on
line diff
--- a/src/lspst.c	Sun Feb 01 19:21:47 2009 -0800
+++ b/src/lspst.c	Mon Feb 02 21:55:48 2009 -0800
@@ -6,11 +6,12 @@
  *
  */
 
-#include "define.h"
 #include "common.h"
 #include "libpst.h"
 #include "timeconv.h"
 
+#include "define.h"
+
 struct file_ll {
     char *dname;
     int32_t stored_count;