diff options
Diffstat (limited to 'kern/syscnt.c')
-rw-r--r-- | kern/syscnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/syscnt.c b/kern/syscnt.c index 74559ea5..5b479f36 100644 --- a/kern/syscnt.c +++ b/kern/syscnt.c @@ -15,13 +15,13 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <stdio.h> #include <string.h> #include <kern/atomic.h> #include <kern/init.h> #include <kern/list.h> #include <kern/mutex.h> -#include <kern/printf.h> #include <kern/spinlock.h> #include <kern/syscnt.h> |