diff options
| author | Frans Kaashoek | 2017-01-30 20:01:33 -0500 |
|---|---|---|
| committer | Frans Kaashoek | 2017-01-30 20:01:33 -0500 |
| commit | 906610efc9dad4abeea0164c09e138a48bcd9882 (patch) | |
| tree | 40fc6fe7782c8ebdb52c3158fde2a4325f3b0a7b | |
| parent | 8d1f99637af48e28c0b4ebbe044e47abcefb5a5c (diff) | |
Thanks to Jeehoon Kang <jeehoon.kang@sf.snu.ac.kr>
| -rw-r--r-- | memide.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ #include "x86.h" #include "traps.h" #include "spinlock.h" +#include "sleeplock.h" #include "fs.h" #include "buf.h" |
