mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
11 lines
189 B
Diff
11 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 {
|