- kernel/register.cc: need to #include <cerrno> or errno.h for errno.
This commit is contained in:
parent
6698d67d24
commit
c056217e72
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue