From 9fcd1a1c58492117f4e90a74bedac55cd43f4d3d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 30 Jul 2002 23:31:00 +0000 Subject: 2002-07-30 Joel Sherrill * machine/types.h: Removed as a simpler version of this file is now part of the RTEMS newlib support. * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c, rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h: Minor modifications to use the simpler machine/types.h. Mostly more complete sets of #include's to account for machine/types.h no longer doing this. --- cpukit/libnetworking/nfs/bootp_subr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libnetworking/nfs') diff --git a/cpukit/libnetworking/nfs/bootp_subr.c b/cpukit/libnetworking/nfs/bootp_subr.c index ceb471dad0..0d0eb3c4d0 100644 --- a/cpukit/libnetworking/nfs/bootp_subr.c +++ b/cpukit/libnetworking/nfs/bootp_subr.c @@ -73,6 +73,7 @@ #include #include #include +#include #define BOOTP_MIN_LEN 300 /* Minimum size of bootp udp packet */ -- cgit v1.2.3