diff options
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" |