Get rid of a few warnings
[yaz-moved-to-github.git] / util / cql2xcql.c
index 2dadb4c..536e019 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: cql2xcql.c,v 1.2 2004-03-10 16:34:31 adam Exp $
-   Copyright (C) 2002-2003
+/* $Id: cql2xcql.c,v 1.4 2004-03-16 13:22:16 adam Exp $
+   Copyright (C) 2002-2004
    Index Data Aps
 
 This file is part of the YAZ toolkit.
@@ -8,8 +8,10 @@ See the file LICENSE.
 */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include <yaz/cql.h>
+#include <yaz/options.h>
 
 int main(int argc, char **argv)
 {