Mercurial > libpst
diff src/timeconv.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 | 0f1492b7fe8b |
children | ab2a11e72250 |
line wrap: on
line diff
--- a/src/timeconv.c Sun Feb 01 19:21:47 2009 -0800 +++ b/src/timeconv.c Mon Feb 02 21:55:48 2009 -0800 @@ -14,10 +14,12 @@ #ifndef _WIN32 #include <time.h> -#include "define.h" + #include "common.h" #include "timeconv.h" +#include "define.h" + char * fileTimeToAscii (const FILETIME *filetime) { time_t t1;