-/* $OpenBSD: kvm_cd9660.c,v 1.5 2013/11/16 00:37:11 guenther Exp $ */
+/* $OpenBSD: kvm_cd9660.c,v 1.6 2014/12/16 03:21:10 tedu Exp $ */
/*
* Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com>
#define _KERNEL
#include <sys/mount.h>
#undef _KERNEL
+#include <sys/lock.h>
#include <sys/vnode.h>
#include <sys/sysctl.h>
-/* $OpenBSD: kvm_udf.c,v 1.8 2014/11/18 12:41:16 dlg Exp $ */
+/* $OpenBSD: kvm_udf.c,v 1.9 2014/12/16 03:21:10 tedu Exp $ */
/*
* Copyright (c) 2001, 2002 Scott Long <scottl@freebsd.org>
#define _KERNEL
#include <sys/mount.h>
#undef _KERNEL
+#include <sys/lock.h>
#include <sys/vnode.h>
#include <sys/sysctl.h>
#include <sys/specdev.h>