comparison src/lzfu.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 ab2a11e72250
comparison
equal deleted inserted replaced
121:8399ef94c11b 122:bdb38b434c0a
7 You should have received a copy of the GNU General Public License 7 You should have received a copy of the GNU General Public License
8 along with this program; if not, write to the Free Software Foundation, 8 along with this program; if not, write to the Free Software Foundation,
9 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 9 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
10 */ 10 */
11 11
12 #include "define.h"
13 #include "common.h" 12 #include "common.h"
14 #include "libpst.h" 13 #include "libpst.h"
14
15 #include "define.h"
15 #include "lzfu.h" 16 #include "lzfu.h"
16 17
17 #ifdef HAVE_SYS_TYPES_H 18 #ifdef HAVE_SYS_TYPES_H
18 #include <sys/types.h> 19 #include <sys/types.h>
19 #endif 20 #endif