diff options
Diffstat (limited to 'device/cirbuf.c')
-rw-r--r-- | device/cirbuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device/cirbuf.c b/device/cirbuf.c index c6ca196d..635f7192 100644 --- a/device/cirbuf.c +++ b/device/cirbuf.c @@ -32,6 +32,7 @@ #include <string.h> #include <device/cirbuf.h> +#include <kern/debug.h> /* for panic() */ #include <kern/kalloc.h> |