From 15dd648e3f5a46528efaebd446a54f6abba24c45 Mon Sep 17 00:00:00 2001 From: bz Date: Tue, 9 Jun 2009 21:43:04 +0000 Subject: [PATCH] Add opt_inet.h back lost with r190872. This will bring back improved IPv4 SIOCSIFADDR ioctl handling not re-initializing the interface if avoidable. --- sys/dev/e1000/if_igb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/e1000/if_igb.c b/sys/dev/e1000/if_igb.c index 96314fa461ab..3275c4d76f7c 100644 --- a/sys/dev/e1000/if_igb.c +++ b/sys/dev/e1000/if_igb.c @@ -34,6 +34,7 @@ #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" +#include "opt_inet.h" #endif #include