Modified Data1-system to use nmem
[yaz-moved-to-github.git] / include / prt-dia.h
index 5ca67db..5c07fba 100644 (file)
  *
  */
 
+#ifndef PRT_DIA_H
+#define PRT_DIA_H
+
+#include <yconfig.h>
+
 typedef struct Z_TooMany
 {
     int *tooManyWhat;
@@ -340,3 +345,5 @@ typedef struct Z_DiagnosticFormat
 } Z_DiagnosticFormat;
 
 int z_DiagnosticFormat(ODR o, Z_DiagnosticFormat **p, int opt);
+
+#endif