1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

efi: add missing #include

This commit is contained in:
Lennart Poettering 2013-02-13 00:18:29 +01:00
parent 4a9fd066f0
commit 726c6b6b3d

View File

@ -22,6 +22,7 @@
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
#include <ctype.h>
#include "util.h"
#include "utf8.h"