aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/iproute.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute/iproute.c')
-rw-r--r--networking/libiproute/iproute.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c
index a67bc2e44..6052a3023 100644
--- a/networking/libiproute/iproute.c
+++ b/networking/libiproute/iproute.c
@@ -13,9 +13,10 @@
* Kunihiro Ishiguro <kunihiro@zebra.org> 001102: rtnh_ifindex was not initialized
*/
+#include "libbb.h"
+
#include <sys/socket.h>
-#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
@@ -24,8 +25,6 @@
#include "utils.h"
#include "ip_common.h"
-#include "libbb.h"
-
#ifndef RTAX_RTTVAR
#define RTAX_RTTVAR RTAX_HOPS
#endif