net: add missing includes and forward declarations under net/
[linux-2.6-microblaze.git] / include / net / dn_route.h
index 6f1e94a..88c0300 100644 (file)
@@ -7,6 +7,9 @@
     
 *******************************************************************************/
 
+#include <linux/types.h>
+#include <net/dst.h>
+
 struct sk_buff *dn_alloc_skb(struct sock *sk, int size, gfp_t pri);
 int dn_route_output_sock(struct dst_entry __rcu **pprt, struct flowidn *,
                         struct sock *sk, int flags);