diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-10-11 17:52:20 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-10-11 17:52:20 +0000 |
| commit | 7106ca0d1ac35e9b17cdebbe57697e73de61051e (patch) | |
| tree | 874ba678dc3521e84898472030e6f4b33b4c76ed /sys/dev/an | |
| parent | 43e13bf58f993e1cf730f9506b5a78fbdf6f86e0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/an')
| -rw-r--r-- | sys/dev/an/if_an.c | 1 | ||||
| -rw-r--r-- | sys/dev/an/if_an_pci.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index ed34c4a438ec..85070693799a 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 66e972275e3c..3d0223d807b1 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> |
