Smallish
[yaz-moved-to-github.git] / include / prt-exp.h
index c442fb7..8910829 100644 (file)
  *
  */
 
+#ifndef PRT_EXP_H
+#define PRT_EXP_H
+
+#include <yconfig.h>
 
 typedef struct Z_CommonInfo
 {
@@ -1012,3 +1016,5 @@ typedef struct Z_ExplainRecord
 } Z_ExplainRecord;
 
 int z_ExplainRecord(ODR o, Z_ExplainRecord **p, int opt);
+
+#endif