Add missing includes to <sortix/kernel/cpu.h>.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-10-27 02:01:16 +02:00
parent 2110ce2651
commit d02b3422c1
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
#ifndef INCLUDE_SORTIX_KERNEL_CPU_H
#define INCLUDE_SORTIX_KERNEL_CPU_H
#include <stddef.h>
#include <stdint.h>
#include <sortix/kernel/decl.h>
namespace Sortix {