summaryrefslogtreecommitdiffstats
path: root/sys/dev/an
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-10-11 17:52:20 +0000
committerjhb <jhb@FreeBSD.org>2001-10-11 17:52:20 +0000
commit4c62ba7c5806c4e10423cba835de1a641d0155a4 (patch)
tree874ba678dc3521e84898472030e6f4b33b4c76ed /sys/dev/an
parent50430063cd01bcdd44d1182025865abf15bf2de7 (diff)
downloadFreeBSD-src-4c62ba7c5806c4e10423cba835de1a641d0155a4.zip
FreeBSD-src-4c62ba7c5806c4e10423cba835de1a641d0155a4.tar.gz
Add missing includes of sys/lock.h.
Diffstat (limited to 'sys/dev/an')
-rw-r--r--sys/dev/an/if_an.c1
-rw-r--r--sys/dev/an/if_an_pci.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c
index ed34c4a..8507069 100644
--- a/sys/dev/an/if_an.c
+++ b/sys/dev/an/if_an.c
@@ -107,6 +107,7 @@
#include <sys/bus.h>
#include <machine/bus.h>
#include <sys/rman.h>
+#include <sys/lock.h>
#include <sys/mutex.h>
#include <machine/resource.h>
diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c
index 66e9722..3d0223d 100644
--- a/sys/dev/an/if_an_pci.c
+++ b/sys/dev/an/if_an_pci.c
@@ -69,6 +69,7 @@
#include <sys/bus.h>
#include <machine/bus.h>
#include <sys/rman.h>
+#include <sys/lock.h>
#include <sys/mutex.h>
#include <machine/resource.h>
OpenPOWER on IntegriCloud