diff options
author | thompsa <thompsa@FreeBSD.org> | 2008-12-07 21:32:56 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2008-12-07 21:32:56 +0000 |
commit | f2a032ddcc8d071c1101df532ecd4eb3ea478e4e (patch) | |
tree | 22a02e4a6e005aff1d6d775ed96a44cc8d0d975a | |
parent | 598b522b42d772cdb7895eda77507500d0507864 (diff) | |
download | FreeBSD-src-f2a032ddcc8d071c1101df532ecd4eb3ea478e4e.zip FreeBSD-src-f2a032ddcc8d071c1101df532ecd4eb3ea478e4e.tar.gz |
Restore opt_inet.h include which was lost in the last commit.
-rw-r--r-- | sys/dev/e1000/if_em.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/e1000/if_em.c b/sys/dev/e1000/if_em.c index c962358..f0cd60f 100644 --- a/sys/dev/e1000/if_em.c +++ b/sys/dev/e1000/if_em.c @@ -34,6 +34,7 @@ #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" +#include "opt_inet.h" #endif #include <sys/param.h> |