Added inclusion of yaz/oid_util.h
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 13 Apr 2007 06:51:57 +0000 (06:51 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 13 Apr 2007 06:51:57 +0000 (06:51 +0000)
test/tstodr.c

index 99f6992..61a044e 100644 (file)
@@ -2,12 +2,12 @@
  * Copyright (C) 1995-2007, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: tstodr.c,v 1.10 2007-04-13 06:48:35 adam Exp $
+ * $Id: tstodr.c,v 1.11 2007-04-13 06:51:57 adam Exp $
  *
  */
 #include <stdlib.h>
 #include <stdio.h>
-#include <yaz/odr.h>
+#include <yaz/oid_util.h>
 #include "tstodrcodec.h"
 
 #include <yaz/test.h>