diff --git a/sys/kern/kern_fileassoc.c b/sys/kern/kern_fileassoc.c index 78af20ee75f4..110f2060b6c0 100644 --- a/sys/kern/kern_fileassoc.c +++ b/sys/kern/kern_fileassoc.c @@ -1,4 +1,4 @@ -/* $NetBSD: kern_fileassoc.c,v 1.6 2006/08/11 19:17:47 christos Exp $ */ +/* $NetBSD: kern_fileassoc.c,v 1.7 2006/08/13 06:21:10 xtraeme Exp $ */ /*- * Copyright (c) 2006 Elad Efrat @@ -30,6 +30,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: kern_fileassoc.c,v 1.7 2006/08/13 06:21:10 xtraeme Exp $"); + #include #include #include