From 860d2bbdda67acfec39cd28e38881633ec4e66d6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 10 Jul 2009 18:37:06 +0200 Subject: fix fallout from BSD patches Signed-off-by: Denys Vlasenko --- networking/udhcp/clientpacket.c | 9 ++++----- networking/udhcp/clientsocket.c | 8 ++++---- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'networking') diff --git a/networking/udhcp/clientpacket.c b/networking/udhcp/clientpacket.c index 0a3e6441b..8ccdfcca2 100644 --- a/networking/udhcp/clientpacket.c +++ b/networking/udhcp/clientpacket.c @@ -7,6 +7,10 @@ * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ +#include "common.h" +#include "dhcpd.h" +#include "dhcpc.h" +#include "options.h" //#include #if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined _NEWLIB_VERSION @@ -18,11 +22,6 @@ #include #endif -#include "common.h" -#include "dhcpd.h" -#include "dhcpc.h" -#include "options.h" - /* Create a random xid */ uint32_t FAST_FUNC random_xid(void) diff --git a/networking/udhcp/clientsocket.c b/networking/udhcp/clientsocket.c index 0febc0459..8e68f31e7 100644 --- a/networking/udhcp/clientsocket.c +++ b/networking/udhcp/clientsocket.c @@ -20,6 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "common.h" +#include "dhcpd.h" +#include "dhcpc.h" + //#include #include @@ -32,10 +36,6 @@ #endif #include -#include "common.h" -#include "dhcpd.h" -#include "dhcpc.h" - int FAST_FUNC udhcp_raw_socket(int ifindex) { int fd; -- cgit v1.2.3