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