util: acpi: include unistd.h

For lseek.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Ján Tomko 2023-04-06 15:39:37 +02:00
parent ab6e04d7ce
commit 7eead248c6

View File

@ -22,6 +22,7 @@
#include <inttypes.h>
#include <fcntl.h>
#include <unistd.h>
#define LIBVIRT_VIRACPIPRIV_H_ALLOW
#include "internal.h"