- 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
1 changed files with 1 additions and 0 deletions

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