svn commit: r185748 - head/sys/dev/e1000
Andrew Thompson
thompsa at FreeBSD.org
Sun Dec 7 13:32:57 PST 2008
Author: thompsa
Date: Sun Dec 7 21:32:56 2008
New Revision: 185748
URL: http://svn.freebsd.org/changeset/base/185748
Log:
Restore opt_inet.h include which was lost in the last commit.
Modified:
head/sys/dev/e1000/if_em.c
Modified: head/sys/dev/e1000/if_em.c
==============================================================================
--- head/sys/dev/e1000/if_em.c Sun Dec 7 21:15:43 2008 (r185747)
+++ head/sys/dev/e1000/if_em.c Sun Dec 7 21:32:56 2008 (r185748)
@@ -34,6 +34,7 @@
#ifdef HAVE_KERNEL_OPTION_HEADERS
#include "opt_device_polling.h"
+#include "opt_inet.h"
#endif
#include <sys/param.h>
More information about the svn-src-head
mailing list