@@ -20,6 +20,7 @@
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
+#include <sys/param.h>
#include <not-cancel.h>
#include "pthreadP.h"
#include <lowlevellock.h>
@@ -19,6 +19,7 @@
#include <assert.h>
#include <errno.h>
#include <time.h>
+#include <sys/param.h>
#include "pthreadP.h"
#include <lowlevellock.h>
#include <not-cancel.h>
@@ -22,6 +22,7 @@
#include <string.h>
#include <sysdep.h>
#include <sys/types.h>
+#include <sys/param.h>
#include <shlib-compat.h>
@@ -23,6 +23,7 @@
#include <time.h>
#include <unistd.h>
#include <sys/resource.h>
+#include <sys/param.h>
#include <not-cancel.h>
#include <ldsodefs.h>