mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 12:45:18 +03:00
10 lines
189 B
Diff
10 lines
189 B
Diff
--- a/interface.c
|
|
+++ b/interface.c
|
|
@@ -5,6 +5,7 @@
|
|
* @note SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include "interface.h"
|
|
|
|
struct interface {
|