git-compat-util.h: do not #include <sys/param.h> by default
[gitweb.git] / git-compat-util.h
index d7359ef87f14214f7bd0fd0f24078dc4abf6735a..a88147b2ddb798e20c0c4a5f55e31218d8486123 100644 (file)
 #endif
 #include <errno.h>
 #include <limits.h>
-#ifndef NO_SYS_PARAM_H
+#ifdef NEEDS_SYS_PARAM_H
 #include <sys/param.h>
 #endif
 #include <sys/types.h>