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

This commit is contained in:
Siesh1oo 2014-03-10 14:36:12 +01:00
parent 8111938e96
commit 6698d67d24
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <unistd.h>
#include <libgen.h>
#include <dlfcn.h>
#include <errno.h>
#include <algorithm>