aboutsummaryrefslogtreecommitdiff
path: root/networking/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/route.c')
-rw-r--r--networking/route.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/networking/route.c b/networking/route.c
index da5969868..881332b9f 100644
--- a/networking/route.c
+++ b/networking/route.c
@@ -25,12 +25,13 @@
25 * remove ridiculous amounts of bloat. 25 * remove ridiculous amounts of bloat.
26 */ 26 */
27 27
28#include "busybox.h"
29#include "inet_common.h"
30#include <getopt.h> 28#include <getopt.h>
31#include <net/route.h> 29#include <net/route.h>
32#include <net/if.h> 30#include <net/if.h>
33 31
32#include "libbb.h"
33#include "inet_common.h"
34
34 35
35#ifndef RTF_UP 36#ifndef RTF_UP
36/* Keep this in sync with /usr/src/linux/include/linux/route.h */ 37/* Keep this in sync with /usr/src/linux/include/linux/route.h */