diff options
Diffstat (limited to 'kern/sref.c')
-rw-r--r-- | kern/sref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/sref.c b/kern/sref.c index 9c2ddead..9ce7a837 100644 --- a/kern/sref.c +++ b/kern/sref.c @@ -43,6 +43,7 @@ #include <stdbool.h> #include <stddef.h> +#include <stdio.h> #include <kern/assert.h> #include <kern/condition.h> @@ -55,7 +56,6 @@ #include <kern/param.h> #include <kern/percpu.h> #include <kern/spinlock.h> -#include <kern/sprintf.h> #include <kern/sref.h> #include <kern/sref_i.h> #include <kern/syscnt.h> |