X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isam%2Fmemory.c;fp=isam%2Fmemory.c;h=c6b7ed06be9246064fd0535e0cfec8eabe1e0395;hb=e127268c91736bf5a116cbc24653da4b845ca046;hp=027b72cb87efdf0383b82c9e71f0d6dca00be944;hpb=577183a6c1003ca21fe46416c49f4458ff7af716;p=idzebra-moved-to-github.git diff --git a/isam/memory.c b/isam/memory.c index 027b72c..c6b7ed0 100644 --- a/isam/memory.c +++ b/isam/memory.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: memory.c,v $ - * Revision 1.13 1996-03-20 13:29:16 quinn + * Revision 1.14 1996-10-29 13:56:56 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.13 1996/03/20 13:29:16 quinn * Bug-fix * * Revision 1.12 1996/03/11 14:52:23 quinn @@ -54,7 +57,7 @@ #include #include -#include +#include #include int is_mbuf_size[3] = { 0, 1024, 4096 };