From 1c9762a336626ec69fb65c95658776f935033d43 Mon Sep 17 00:00:00 2001 From: bug1 Date: Sat, 5 May 2001 03:19:12 +0000 Subject: include libbb.h after other includes git-svn-id: svn://busybox.net/trunk/busybox@2542 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libbb/interface.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libbb') diff --git a/libbb/interface.c b/libbb/interface.c index b453b6f67..1d36c13bb 100644 --- a/libbb/interface.c +++ b/libbb/interface.c @@ -3,7 +3,7 @@ * that either displays or sets the characteristics of * one or more of the system's networking interfaces. * - * Version: $Id: interface.c,v 1.1 2001/04/19 16:55:27 andersen Exp $ + * Version: $Id: interface.c,v 1.2 2001/05/05 03:19:12 bug1 Exp $ * * Author: Fred N. van Kempen, * and others. Copyright 1993 MicroWalt Corporation @@ -37,8 +37,6 @@ /* #define KEEP_UNUSED */ -#include "libbb.h" - /* * * Protocol Families. @@ -80,6 +78,7 @@ #include #include #include +#include "libbb.h" #define _(x) x #define _PATH_PROCNET_DEV "/proc/net/dev" -- cgit v1.2.3-55-g6feb