Fixed include statements.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 22 Feb 2000 23:11:03 +0000 (23:11 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 22 Feb 2000 23:11:03 +0000 (23:11 +0000)
tclmain.c
tkmain.c

index b2f37f2..d426d1c 100644 (file)
--- a/tclmain.c
+++ b/tclmain.c
@@ -5,7 +5,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: tclmain.c,v $
- * Revision 1.20  1997-04-30 07:26:08  adam
+ * Revision 1.21  2000-02-22 23:11:03  adam
+ * Fixed include statements.
+ *
+ * Revision 1.20  1997/04/30 07:26:08  adam
  * Added support for shared libaries (if supported by Tcl itself).
  *
  * Revision 1.19  1996/08/20 09:27:49  adam
@@ -25,7 +28,7 @@
 #include <assert.h>
 
 #include <tcl.h>
-#include <log.h>
+#include <yaz/log.h>
 #include "ir-tcl.h"
 
 int Tcl_AppInit (Tcl_Interp *interp)
index c770138..a5c2b21 100644 (file)
--- a/tkmain.c
+++ b/tkmain.c
@@ -5,7 +5,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: tkmain.c,v $
- * Revision 1.1  1996-08-20 09:27:49  adam
+ * Revision 1.2  2000-02-22 23:11:03  adam
+ * Fixed include statements.
+ *
+ * Revision 1.1  1996/08/20 09:27:49  adam
  * More work on explain.
  * Renamed tkinit.c to tkmain.c. The tcl shell uses the Tcl 7.5 interface
  * for socket i/o instead of the handcrafted one (for Tcl 7.3 and Tcl7.4).
@@ -13,7 +16,7 @@
  */
 
 #include <tk.h>
-#include <log.h>
+#include <yaz/log.h>
 #include "ir-tcl.h"
 
 /* socket layer code for tk3.x and tk4.0 */