Using oid_ent_to_oid used instead of the non thread-safe oid_getoidbyent.
[idzebra-moved-to-github.git] / isam / physical.c
index ebc4687..9837e00 100644 (file)
@@ -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 <assert.h>
 #include <stdio.h>
+#include <string.h>
 
+#include <log.h>
 #include <isam.h>
 
 static int is_freestore_alloc(ISAM is, int type)