diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-01-09 03:21:07 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-01-09 03:21:07 +0000 |
| commit | e4f4247a08a9a40be259cde665d48fc610606b73 (patch) | |
| tree | 6f0d5fb58dd554166d192989e7d33ac9aac79897 /sys/nfs/bootp_subr.c | |
| parent | 9e1d8a7b92f25f9c4944fabb144204f6a7122a9e (diff) | |
Notes
Diffstat (limited to 'sys/nfs/bootp_subr.c')
| -rw-r--r-- | sys/nfs/bootp_subr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/nfs/bootp_subr.c b/sys/nfs/bootp_subr.c index a1e909dfb7fe..1b668e9ed1b3 100644 --- a/sys/nfs/bootp_subr.c +++ b/sys/nfs/bootp_subr.c @@ -1,4 +1,4 @@ -/* $Id: bootp_subr.c,v 1.5 1997/08/16 19:15:51 wollman Exp $ */ +/* $Id: bootp_subr.c,v 1.6 1997/10/28 15:59:02 bde Exp $ */ /* * Copyright (c) 1995 Gordon Ross, Adam Glass @@ -42,6 +42,8 @@ * $NetBSD: krpc_subr.c,v 1.10 1995/08/08 20:43:43 gwr Exp $ */ +#include "opt_bootp.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |
