summaryrefslogtreecommitdiff
path: root/kern/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/error.c')
-rw-r--r--kern/error.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/error.c b/kern/error.c
index 110c804..f5d43e4 100644
--- a/kern/error.c
+++ b/kern/error.c
@@ -15,6 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <stddef.h>
+
#include <kern/error.h>
#include <kern/panic.h>