Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Dec 2008 21:32:56 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r185748 - head/sys/dev/e1000
Message-ID:  <200812072132.mB7LWuIT036873@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812072132.mB7LWuIT036873>