X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isam%2Fphysical.c;h=9837e00aa4b3b8c66cdaca234dbb1dce9e369d9f;hb=b7942589b21cca1b6d44c7bf9446dcb6a5942953;hp=ebc4687248281fee2bf7ea9bd06859c9392adf34;hpb=1d992eee889b7c7f5dd3e83c3efdadc8543a0afc;p=idzebra-moved-to-github.git diff --git a/isam/physical.c b/isam/physical.c index ebc4687..9837e00 100644 --- a/isam/physical.c +++ b/isam/physical.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: physical.c,v $ - * Revision 1.12 1996-03-20 16:17:11 quinn + * Revision 1.14 1997-09-09 13:38:12 adam + * Partial port to WIN95/NT. + * + * Revision 1.13 1996/10/29 13:56:57 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.12 1996/03/20 16:17:11 quinn * Bug hunting * * Revision 1.11 1996/03/20 13:29:17 quinn @@ -49,7 +55,9 @@ #include #include +#include +#include #include static int is_freestore_alloc(ISAM is, int type)