Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-compat-util.h: do not #include <sys/param.h> by default
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index d7359ef87f14214f7bd0fd0f24078dc4abf6735a..a88147b2ddb798e20c0c4a5f55e31218d8486123 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-104,7
+104,7
@@
#endif
#include <errno.h>
#include <limits.h>
-#if
ndef NO
_SYS_PARAM_H
+#if
def NEEDS
_SYS_PARAM_H
#include <sys/param.h>
#endif
#include <sys/types.h>