diff options
Diffstat (limited to 'arch/x86/machine/pit.c')
-rw-r--r-- | arch/x86/machine/pit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/machine/pit.c b/arch/x86/machine/pit.c index e5113ceb..ea7a1a58 100644 --- a/arch/x86/machine/pit.c +++ b/arch/x86/machine/pit.c @@ -15,8 +15,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <kern/assert.h> #include <kern/init.h> -#include <lib/assert.h> #include <machine/io.h> #include <machine/pit.h> |