0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/root-packages/hwinfo/src-hd-wlan.c.patch
Tee KOBAYASHI 6980c43606 hwinfo: Fix build for Clang 16
%ci:no-build
2023-04-14 08:56:30 +09:00

11 lines
210 B
Diff

--- a/src/hd/wlan.c
+++ b/src/hd/wlan.c
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/ioctl.h>