From: Ted Lemon Date: Wed, 4 Sep 1996 07:06:39 +0000 (+0000) Subject: Put uio.h include within ifdef X-Git-Tag: BETA_5_7~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f8f16adf49ca1834447ffbea9b5f553beb515a;p=thirdparty%2Fdhcp.git Put uio.h include within ifdef --- diff --git a/common/raw.c b/common/raw.c index de655b3a0..b49d4d94f 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 de655b3a0..b49d4d94f 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;