X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dict%2Fdcompact.c;h=70a167be32a745a150050497a84710e30a32ff43;hp=5ae44021f4fbb220252bc10d3141ed460233ea8e;hb=e150e51a7e20a902e9fd2f11f00811f94f67d529;hpb=c7700ec8d0d767670b6a3f3a860ba21d9dce8c28 diff --git a/dict/dcompact.c b/dict/dcompact.c index 5ae4402..70a167b 100644 --- a/dict/dcompact.c +++ b/dict/dcompact.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: dcompact.c,v $ - * Revision 1.6 1999-09-07 08:13:08 adam + * Revision 1.7 1999-11-30 13:48:03 adam + * Improved installation. Updated for inclusion of YAZ header files. + * + * Revision 1.6 1999/09/07 08:13:08 adam * Removed log messages. * * Revision 1.5 1999/05/26 07:49:12 adam @@ -29,7 +32,7 @@ #include #include -#include +#include #include static void dict_copy_page(Dict dict, char *to_p, char *from_p, int *map)