From cd450d67141a2e84500ff624dc9d39c255a7de77 Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 28 Mar 1998 10:33:27 +0000 Subject: Moved some #includes from nearer to where they are actually used. --- sys/compat/linux/linux_socket.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/compat/linux/linux_socket.c') diff --git a/sys/compat/linux/linux_socket.c b/sys/compat/linux/linux_socket.c index aac40a0..b50cf58 100644 --- a/sys/compat/linux/linux_socket.c +++ b/sys/compat/linux/linux_socket.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_socket.c,v 1.11 1997/12/16 17:40:11 eivind Exp $ + * $Id: linux_socket.c,v 1.12 1998/02/07 02:13:27 msmith Exp $ */ /* XXX we use functions that might not exist. */ @@ -41,6 +41,7 @@ #include #include #include +#include #include #include -- cgit v1.1