macro: include errno.h

As several macros touch errno.
This commit is contained in:
Yu Watanabe 2018-12-06 06:22:50 +01:00
parent ec3f6df9cf
commit 666a84eaca
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#pragma once
#include <assert.h>
#include <errno.h>
#include <inttypes.h>
#include <stdbool.h>
#include <sys/param.h>