add dibbler package (thanx to forum2006)
[openwrt/svn-archive/archive.git] / ipv6 / dibbler / patches / 03-linux_types_missing.patch
1 diff -ruN dibbler-0.5.0-old/Port-linux/utils.h dibbler-0.5.0-new/Port-linux/utils.h
2 --- dibbler-0.5.0-old/Port-linux/utils.h 2006-01-12 01:23:35.000000000 +0100
3 +++ dibbler-0.5.0-new/Port-linux/utils.h 2007-01-31 17:44:42.000000000 +0100
4 @@ -2,6 +2,7 @@
5 #define __UTILS_H__ 1
6
7 #include <asm/types.h>
8 +#include <linux/types.h>
9 #include <linux/inetdevice.h>
10 #include <resolv.h>
11