mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
13 lines
227 B
Diff
13 lines
227 B
Diff
--- a/src/bz-inspector.c
|
|
+++ b/src/bz-inspector.c
|
|
@@ -18,6 +18,9 @@
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
+#define _GNU_SOURCE
|
|
+#include <string.h>
|
|
+
|
|
#include "bz-inspector.h"
|
|
#include "bz-entry-inspector.h"
|
|
|