diff -ur bahamut-1.8.8/include/patchlevel.h bahamut-1.8.8.new/include/patchlevel.h --- bahamut-1.8.8/include/patchlevel.h Tue May 4 19:55:14 2010 +++ bahamut-1.8.8.new/include/patchlevel.h Thu May 6 18:59:44 2010 @@ -24,7 +24,7 @@ #define MINOR 8 #define PATCH 8 -#define PATCHES "" +#define PATCHES "-p1" void build_version(void); diff -ur bahamut-1.8.8/src/zlink.c bahamut-1.8.8.new/src/zlink.c --- bahamut-1.8.8/src/zlink.c Sun Mar 1 19:23:59 2009 +++ bahamut-1.8.8.new/src/zlink.c Thu May 6 18:59:31 2010 @@ -26,8 +26,8 @@ #include #include #include -#include #include "memcount.h" +#include #define COMPRESSION_LEVEL 3 /* 0 to 9, 0 = none */ #define ZIP_MIN_BLOCK 1024 /* smallest block to compress */