Reorganized header files so that a certain subset are public. These
[idzebra-moved-to-github.git] / include / zebra_xpath.h
index fcaf727..20a876a 100644 (file)
@@ -3,6 +3,8 @@
 #ifndef ZEBRA_XPATH_H
 #define ZEBRA_XPATH_H
 
+#include <yaz/nmem.h>
+
 #define XPATH_STEP_COUNT 10
 struct xpath_predicate {
     int which;
@@ -33,4 +35,5 @@ int zebra_parse_xpath_str(const char *xpath_string,
 
 void dump_xp_steps (struct xpath_location_step *xpath, int no);
 
+
 #endif