From f2242e9329845f68bfe8460715553c5b79993c3b Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 18 Dec 2000 23:41:58 +0000 Subject: [PATCH] Gah, fix braino in last. --- sys/arch/i386/i386/freebsd_syscall.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/i386/freebsd_syscall.c b/sys/arch/i386/i386/freebsd_syscall.c index 739a54e5afb8..347dfa9e78af 100644 --- a/sys/arch/i386/i386/freebsd_syscall.c +++ b/sys/arch/i386/i386/freebsd_syscall.c @@ -1,4 +1,4 @@ -/* $NetBSD: freebsd_syscall.c,v 1.3 2000/12/18 23:29:47 thorpej Exp $ */ +/* $NetBSD: freebsd_syscall.c,v 1.4 2000/12/18 23:41:58 thorpej Exp $ */ /*- * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. @@ -56,6 +56,7 @@ #include #include #include +#include void freebsd_syscall_plain __P((struct trapframe)); void freebsd_syscall_fancy __P((struct trapframe));