summaryrefslogtreecommitdiff
path: root/regress/sys/ffs/fstest.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sys/ffs/fstest.c')
-rw-r--r--regress/sys/ffs/fstest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/ffs/fstest.c b/regress/sys/ffs/fstest.c
index 000bf7c3cc1..e4935c1394a 100644
--- a/regress/sys/ffs/fstest.c
+++ b/regress/sys/ffs/fstest.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fstest.c,v 1.6 2017/01/12 01:12:56 bluhm Exp $ */
+/* $OpenBSD: fstest.c,v 1.7 2021/12/13 16:56:49 deraadt Exp $ */
/*
* Copyright (c) 2006-2007 Pawel Jakub Dawidek <pjd@FreeBSD.org>
@@ -28,7 +28,7 @@
* $FreeBSD: src/tools/regression/fstest/fstest.c,v 1.1 2007/01/17 01:42:07 pjd Exp $
*/
-#include <sys/param.h>
+#include <sys/types.h>
#include <sys/stat.h>
#include <sys/sysctl.h>