Add opt_inet.h back lost with r190872.

This will bring back improved IPv4 SIOCSIFADDR ioctl handling
not re-initializing the interface if avoidable.
This commit is contained in:
bz 2009-06-09 21:43:04 +00:00
parent e1eaf0348e
commit 15dd648e3f

View File

@ -34,6 +34,7 @@
#ifdef HAVE_KERNEL_OPTION_HEADERS
#include "opt_device_polling.h"
#include "opt_inet.h"
#endif
#include <sys/param.h>