1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00

basic: Add some missing headers to compress.h

This commit is contained in:
Daan De Meyer 2022-05-04 16:15:06 +02:00 committed by Luca Boccassi
parent b0221bb6a4
commit 746ea80b77

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>
typedef enum Compression {