diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-26 18:23:17 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-26 18:23:17 +0000 |
commit | 400cd6787ec422cab71e3b6da15393fda3520f0c (patch) | |
tree | 478f77b1aaca0e47b37f24c21fd1d5e6e7eca566 /sys/arch/i386/netboot/tftp.c | |
parent | ca20eee8a154b2ffc9df0940a63371bcd284aaed (diff) |
Fix the code, so it compiles now.
Diffstat (limited to 'sys/arch/i386/netboot/tftp.c')
-rw-r--r-- | sys/arch/i386/netboot/tftp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/netboot/tftp.c b/sys/arch/i386/netboot/tftp.c index 0edd39e45e7..7daf0a1f0e0 100644 --- a/sys/arch/i386/netboot/tftp.c +++ b/sys/arch/i386/netboot/tftp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tftp.c,v 1.3 1996/04/26 18:23:16 mickey Exp $ */ /* $NetBSD: tftp.c,v 1.4 1996/02/02 18:06:23 mycroft Exp $ */ /* @@ -11,7 +12,7 @@ #include "proto.h" #include "assert.h" -#include <sys/param.h> +#include "param.h" #include "packet.h" #include "ether.h" #include "inet.h" |