From b017972f116ec349316c8750695dd271f9a583ea Mon Sep 17 00:00:00 2001 From: bz Date: Wed, 17 Jun 2009 12:44:11 +0000 Subject: Add the explicit include of vimage.h to another five .c files still missing it. Remove the "hidden" kernel only include of vimage.h from ip_var.h added with the very first Vimage commit r181803 to avoid further kernel poisoning. --- sys/net/if_gre.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/net/if_gre.c') diff --git a/sys/net/if_gre.c b/sys/net/if_gre.c index 5ec12e0..e7eb34a 100644 --- a/sys/net/if_gre.c +++ b/sys/net/if_gre.c @@ -64,6 +64,7 @@ #include #include #include +#include #include #include -- cgit v1.1