Update for changed 3arg for yaz_cond_wait
[pazpar2-moved-to-github.git] / src / settings.c
index 83441d5..5308eef 100644 (file)
@@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include <assert.h>
 #include <stdio.h>
 #include <sys/types.h>
-#include "direntz.h"
+#include <yaz/dirent.h>
 #include <stdlib.h>
 #include <sys/stat.h>
 
@@ -41,7 +41,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include <yaz/nmem.h>
 #include <yaz/log.h>
 
-#include "pazpar2.h"
+#include "session.h"
 #include "database.h"
 #include "settings.h"
 
@@ -69,6 +69,7 @@ static char *hard_settings[] = {
     "pz:recordfilter",
     "pz:pqf_strftime",
     "pz:negotiation_charset",
+    "pz:max_connections",
     0
 };