mirror of
https://github.com/systemd/systemd.git
synced 2025-03-29 06:50:16 +03:00
efivars: include errno.h when EFI support is disabled (#7900)
Fixes #7898.
This commit is contained in:
parent
e41090db89
commit
5caf49360b
@ -20,6 +20,9 @@
|
||||
along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#if ! ENABLE_EFI
|
||||
#include <errno.h>
|
||||
#endif
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user