summaryrefslogtreecommitdiff
path: root/m4/sudo.m4
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2015-01-14 11:00:01 -0700
committerTodd C. Miller <Todd.Miller@courtesan.com>2015-01-14 11:00:01 -0700
commit2ab367ce6b6d626454a43d776f4bca43dc53a468 (patch)
tree06e3a016362ae56e7f9b3ba639d21f3f2c8a7360 /m4/sudo.m4
parent2dd79d1200dfeb9b322e2eb31e7674ece038f660 (diff)
downloadsudo-2ab367ce6b6d626454a43d776f4bca43dc53a468.tar.gz
Don't need sys/param.h.
Diffstat (limited to 'm4/sudo.m4')
-rw-r--r--m4/sudo.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/sudo.m4 b/m4/sudo.m4
index 37f1f767b..f94dbfb29 100644
--- a/m4/sudo.m4
+++ b/m4/sudo.m4
@@ -338,7 +338,6 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[
#include <pwd.h>
#include <limits.h>
#include <sys/types.h>
-#include <sys/param.h>
main() {
FILE *f;
char b[1024];