include libbb.h after other includes
This commit is contained in:
parent
2dcfba7117
commit
6b8c550d88
@ -3,7 +3,7 @@
|
|||||||
* that either displays or sets the characteristics of
|
* that either displays or sets the characteristics of
|
||||||
* one or more of the system's networking interfaces.
|
* 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, <waltje@uwalt.nl.mugnet.org>
|
* Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
|
||||||
* and others. Copyright 1993 MicroWalt Corporation
|
* and others. Copyright 1993 MicroWalt Corporation
|
||||||
@ -37,8 +37,6 @@
|
|||||||
|
|
||||||
/* #define KEEP_UNUSED */
|
/* #define KEEP_UNUSED */
|
||||||
|
|
||||||
#include "libbb.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* Protocol Families.
|
* Protocol Families.
|
||||||
@ -80,6 +78,7 @@
|
|||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <arpa/nameser.h>
|
#include <arpa/nameser.h>
|
||||||
|
#include "libbb.h"
|
||||||
|
|
||||||
#define _(x) x
|
#define _(x) x
|
||||||
#define _PATH_PROCNET_DEV "/proc/net/dev"
|
#define _PATH_PROCNET_DEV "/proc/net/dev"
|
||||||
|
Loading…
Reference in New Issue
Block a user