Fixed bug regarding USE_TIMES var.
[idzebra-moved-to-github.git] / isam / issh.c
index 0b5fb8b..b511e72 100644 (file)
@@ -1,9 +1,12 @@
+/*
+ * Excersizer-application for the isam subsystem. Don't play with it.
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
-#include <strings.h>
+#include <string.h>
 #include <assert.h>
 
-#include <common.h>
 #include <isam.h>
 
 static ISAM is = 0;