diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-27 07:51:05 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-27 07:51:05 +0000 |
| commit | d4005b9eb15d11ecbbdb5dbbb0f1aadc0138e51e (patch) | |
| tree | 3f3e9c761c4249b54708f5647bd6596e9b4de134 | |
| parent | 7ad20304aff520c4690d242e5e22aab1e722943a (diff) | |
Notes
| -rw-r--r-- | sys/alpha/alpha/autoconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/alpha/autoconf.c b/sys/alpha/alpha/autoconf.c index 8fe80ea0f8dc..2e4caca408c9 100644 --- a/sys/alpha/alpha/autoconf.c +++ b/sys/alpha/alpha/autoconf.c @@ -29,6 +29,7 @@ #include "opt_bootp.h" #include "opt_ffs.h" #include "opt_cd9660.h" +#include "opt_nfs.h" #include "opt_nfsroot.h" #include <sys/param.h> |
