[patch 12/12] new include file net/route.h

Provide <net/route.h>.  This is the same as <linux/route.h>,
but under glibc it has the advantage that it does not
suck in <linux/if.h> which conflicts with <net/if.h>.

Signed-off-by: Erik van Konijnenburg <ekonijn@xs4all.nl>
diff --git a/include/net/route.h b/include/net/route.h
new file mode 100644
index 0000000..a60df24
--- /dev/null
+++ b/include/net/route.h
@@ -0,0 +1 @@
+#include <linux/route.h>