1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-11 05:17:44 +03:00

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

View File

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