aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/libnetlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute/libnetlink.c')
-rw-r--r--networking/libiproute/libnetlink.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/libiproute/libnetlink.c b/networking/libiproute/libnetlink.c
index ad5bcd70f..93d6d67f0 100644
--- a/networking/libiproute/libnetlink.c
+++ b/networking/libiproute/libnetlink.c
@@ -10,10 +10,10 @@
*
*/
+#include "libbb.h"
#include <sys/socket.h>
#include <errno.h>
-#include <stdio.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
@@ -21,7 +21,6 @@
#include <sys/uio.h>
#include "libnetlink.h"
-#include "libbb.h"
void rtnl_close(struct rtnl_handle *rth)
{