Release 1.6.4
[yazpp-moved-to-github.git] / zoom / zexcept.cpp
index 007738c..aeca4bc 100644 (file)
@@ -1,5 +1,8 @@
 // Z39.50 Exception classes
 
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <iostream>
 #include <errno.h>
 #include <string.h>             // for strerror(), strlen(), strcpy()
@@ -54,7 +57,7 @@ namespace ZOOM {
     }
 
 
-    
+
     bib1Exception::bib1Exception(int errcode, const std::string &addinfo) :
         exception(errcode), info(addinfo) {
         // std::cerr << "WARNING: made bib1Exception(" << errcode << "=" <<