error_utils: add missing macro.h include

parent 00f224bb
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
#define __LXC_ERROR_UTILS_H #define __LXC_ERROR_UTILS_H
#include <stdbool.h> #include <stdbool.h>
#include "macro.h"
#define MAX_ERRNO 4095 #define MAX_ERRNO 4095
#define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO) #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment