]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Put uio.h include within ifdef
authorTed Lemon <source@isc.org>
Wed, 4 Sep 1996 07:06:39 +0000 (07:06 +0000)
committerTed Lemon <source@isc.org>
Wed, 4 Sep 1996 07:06:39 +0000 (07:06 +0000)
common/raw.c
raw.c

index de655b3a03f4e899f304c245cd1272ac3d8136ba..b49d4d94fffab29f55c43624cc4f00c195fb88d1 100644 (file)
 
 #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 <sys/uio.h>
 
 #if defined (USE_RAW_SEND)
+#include <sys/uio.h>
+
 /* Generic interface registration routine... */
 void if_register_send (info, interface)
        struct interface_info *info;
diff --git a/raw.c b/raw.c
index de655b3a03f4e899f304c245cd1272ac3d8136ba..b49d4d94fffab29f55c43624cc4f00c195fb88d1 100644 (file)
--- a/raw.c
+++ b/raw.c
 
 #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 <sys/uio.h>
 
 #if defined (USE_RAW_SEND)
+#include <sys/uio.h>
+
 /* Generic interface registration routine... */
 void if_register_send (info, interface)
        struct interface_info *info;