--- Compress-LZO-1.08/LZO.xs- 2002-08-29 12:27:53.000000000 +0400 +++ Compress-LZO-1.08/LZO.xs 2011-10-04 11:26:14.774026064 +0400 @@ -34,8 +34,8 @@ #include "perl.h" #include "XSUB.h" -#include -#include +#include +#include #if !defined(LZO_VERSION) || (LZO_VERSION < 0x1070) # error "Need LZO v1.07 or newer" --- Compress-LZO-1.08/Makefile.PL- 1998-08-23 14:14:41.000000000 +0400 +++ Compress-LZO-1.08/Makefile.PL 2011-10-04 11:26:32.988447590 +0400 @@ -21,7 +21,7 @@ use Config; WriteMakefile( NAME => 'Compress::LZO', VERSION_FROM => 'LZO.pm', - LIBS => [ "$LZO_LIB -llzo" ], + LIBS => [ "$LZO_LIB -llzo2" ], INC => "$LZO_INCLUDE", 'dist' => {COMPRESS=>'gzip', SUFFIX=>'gz'}, );