1
0
mirror of synced 2026-01-31 14:12:20 +00:00

- kernel/register.cc: need to #include <cerrno> or errno.h for errno.

This commit is contained in:
Siesh1oo
2014-03-10 14:36:23 +01:00
parent 6698d67d24
commit c056217e72

View File

@@ -23,6 +23,7 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
using namespace REGISTER_INTERN;
#define MAX_REG_COUNT 1000