summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2010-01-27 18:00:24 +0000
committerjfv <jfv@FreeBSD.org>2010-01-27 18:00:24 +0000
commitd526202ff11a5a9125a023b6f3ea2ae8526618cb (patch)
treedcfe6abcae054cee32104679aecb773ffee0bed3
parent17b97f71caca87d96a72c4b03bf8c81620a0cc4c (diff)
downloadFreeBSD-src-d526202ff11a5a9125a023b6f3ea2ae8526618cb.zip
FreeBSD-src-d526202ff11a5a9125a023b6f3ea2ae8526618cb.tar.gz
Two more build problems, missing includes and semicolon.
-rw-r--r--sys/dev/e1000/e1000_osdep.h2
-rw-r--r--sys/dev/e1000/if_em.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/e1000/e1000_osdep.h b/sys/dev/e1000/e1000_osdep.h
index a56b93f..ff505cc 100644
--- a/sys/dev/e1000/e1000_osdep.h
+++ b/sys/dev/e1000/e1000_osdep.h
@@ -39,6 +39,8 @@
#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/lock.h>
+#include <sys/mutex.h>
#include <sys/mbuf.h>
#include <sys/protosw.h>
#include <sys/socket.h>
diff --git a/sys/dev/e1000/if_em.h b/sys/dev/e1000/if_em.h
index 2498d6b..fe5a99b 100644
--- a/sys/dev/e1000/if_em.h
+++ b/sys/dev/e1000/if_em.h
@@ -309,7 +309,7 @@ struct adapter {
struct ifmedia media;
struct callout timer;
struct callout tx_fifo_timer;
- bool watchdog_check
+ bool watchdog_check;
int watchdog_time;
int msi;
int if_flags;
OpenPOWER on IntegriCloud