Make sure this compiles even without Libxml2.
[yaz-moved-to-github.git] / test / tstwrbuf.c
index fab5c11..a31115e 100644 (file)
@@ -2,9 +2,10 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: tstwrbuf.c,v 1.2 2005-01-15 19:47:15 adam Exp $
+ * $Id: tstwrbuf.c,v 1.4 2005-06-25 15:46:07 adam Exp $
  */
 
+#include <stdlib.h>
 #include <stdio.h>
 
 #include <yaz/wrbuf.h>
@@ -56,3 +57,11 @@ int main (int argc, char **argv)
     exit(0);
 }
 
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+