summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/sysquotas.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/sysquotas.c b/tests/sysquotas.c
index afec3f16244..a9004998829 100644
--- a/tests/sysquotas.c
+++ b/tests/sysquotas.c
@@ -55,13 +55,11 @@ extern int quotactl(int cmd, const char *special, uid_t uid, void *addr);
#ifdef HAVE_SYS_QUOTA_H
#include <sys/quota.h>
-#else /* *BSD */
-#include <sys/types.h>
+#endif
+
#ifdef HAVE_UFS_UFS_QUOTA_H
#include <ufs/ufs/quota.h>
#endif
-#include <machine/param.h>
-#endif
int autoconf_quota(void)
{