diff options
-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 ee6ac73..42b269f 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 */ |