1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

This commit is contained in:
Jonas 'Sortie' Termansen 2013-10-27 22:17:11 +01:00
parent e16edd71b5
commit 42d267793b

View file

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