Rotating logfile if exceeding a gigabyte
[yaz-moved-to-github.git] / zoom / zoomsh.c
index af47ecd..be86ef6 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 2002-2004, Index Data.
  * See the file LICENSE for details.
  *
- * $Id: zoomsh.c,v 1.27 2004-02-23 09:26:11 adam Exp $
+ * $Id: zoomsh.c,v 1.29 2004-04-29 08:54:56 adam Exp $
  */
 
 /* ZOOM-C Shell */
@@ -12,6 +12,8 @@
 #include <string.h>
 #include <ctype.h>
 
+#include <yaz/comstack.h>
+
 #if HAVE_READLINE_READLINE_H
 #include <readline/readline.h> 
 #endif