From 2f426afbf16092606b9d2d30c2c2252877c0e4d3 Mon Sep 17 00:00:00 2001 From: pgoyette Date: Tue, 18 Jun 2019 16:05:30 +0000 Subject: [PATCH] Include opt_quota.h Fixes (at least) the amd64 build. --- sys/compat/netbsd32/netbsd32_netbsd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/compat/netbsd32/netbsd32_netbsd.c b/sys/compat/netbsd32/netbsd32_netbsd.c index 8b90967e5a12..2ac1a79384e0 100644 --- a/sys/compat/netbsd32/netbsd32_netbsd.c +++ b/sys/compat/netbsd32/netbsd32_netbsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_netbsd.c,v 1.223 2019/01/27 02:08:40 pgoyette Exp $ */ +/* $NetBSD: netbsd32_netbsd.c,v 1.224 2019/06/18 16:05:30 pgoyette Exp $ */ /* * Copyright (c) 1998, 2001, 2008, 2018 Matthew R. Green @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.223 2019/01/27 02:08:40 pgoyette Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.224 2019/06/18 16:05:30 pgoyette Exp $"); /* * below are all the standard NetBSD system calls, in the 32bit @@ -53,6 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.223 2019/01/27 02:08:40 pgoyet #include "opt_compat_43.h" #include "opt_sysv.h" #include "opt_syscall_debug.h" +#include "opt_quota.h" #endif #include