|
@@ -31,6 +31,7 @@
|
|
|
#include <linux/igmp.h>
|
|
|
#include <linux/proc_fs.h>
|
|
|
#include <linux/seq_file.h>
|
|
|
+#include <linux/module.h>
|
|
|
#include <linux/mroute.h>
|
|
|
#include <linux/init.h>
|
|
|
#include <net/ip.h>
|
|
@@ -342,3 +343,4 @@ static void __exit wrandom_exit(void)
|
|
|
|
|
|
module_init(wrandom_init);
|
|
|
module_exit(wrandom_exit);
|
|
|
+MODULE_LICENSE("GPL");
|