mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-12 05:25:34 +02:00
15 lines
341 B
Diff
15 lines
341 B
Diff
Source: Vratislav Podzimek <vpodzime@redhat.com>
|
|
Upstream: unknown
|
|
Reason: Fixes compilation under musl libc.
|
|
|
|
--- lib/libvolume_key.h
|
|
+++ lib/libvolume_key.h
|
|
@@ -18,8 +18,6 @@ Author: Miloslav Trmač <mitr@redhat.com> */
|
|
#ifndef LIBVOLUME_KEY_H__
|
|
#define LIBVOLUME_KEY_H__
|
|
|
|
-#include <config.h>
|
|
-
|
|
#include <cert.h>
|
|
#include <glib.h>
|
|
|