diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-09-05 18:19:09 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-09-05 18:19:09 +0000 |
| commit | 24544b473abffc0383d43a407348548a373eadeb (patch) | |
| tree | 9e3f2f01d133d0746511f53b745ec323b01454db | |
| parent | d2136562826372c5c3462db95c3ef3c535925688 (diff) | |
Notes
| -rw-r--r-- | sys/sys/sx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/sx.h b/sys/sys/sx.h index ee6ac736d653..42b269ffc9ee 100644 --- a/sys/sys/sx.h +++ b/sys/sys/sx.h @@ -31,6 +31,7 @@ #define _SYS_SX_H_ #ifndef LOCORE +#include <sys/_lock.h> #include <sys/_mutex.h> #include <sys/condvar.h> /* XXX */ |
