From 23f8f16adf49ca1834447ffbea9b5f553beb515a Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Wed, 4 Sep 1996 07:06:39 +0000 Subject: [PATCH] Put uio.h include within ifdef --- common/raw.c | 5 +++-- raw.c | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/common/raw.c b/common/raw.c index de655b3a..b49d4d94 100644 --- a/common/raw.c +++ b/common/raw.c @@ -54,13 +54,14 @@ #ifndef lint static char copyright[] = -"$Id: raw.c,v 1.7 1996/08/27 09:53:42 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: raw.c,v 1.8 1996/09/04 07:06:39 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" -#include #if defined (USE_RAW_SEND) +#include + /* Generic interface registration routine... */ void if_register_send (info, interface) struct interface_info *info; diff --git a/raw.c b/raw.c index de655b3a..b49d4d94 100644 --- a/raw.c +++ b/raw.c @@ -54,13 +54,14 @@ #ifndef lint static char copyright[] = -"$Id: raw.c,v 1.7 1996/08/27 09:53:42 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: raw.c,v 1.8 1996/09/04 07:06:39 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" -#include #if defined (USE_RAW_SEND) +#include + /* Generic interface registration routine... */ void if_register_send (info, interface) struct interface_info *info;