1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

basic: Add some missing headers to compress.h

(cherry picked from commit 746ea80b77)
This commit is contained in:
Daan De Meyer 2022-05-04 16:15:06 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 0aaceca2d0
commit 15c596800b

View File

@ -1,6 +1,8 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
#include <errno.h>
#include <stdint.h>
#include <unistd.h>
#include "journal-def.h"