mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 14:44:36 +04:00
- Add missing sys/types.h include to provide u_short type under musl Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
11 lines
201 B
Diff
11 lines
201 B
Diff
--- a/lib/utils.h
|
|
+++ b/lib/utils.h
|
|
@@ -31,6 +31,7 @@
|
|
#include <arpa/inet.h>
|
|
#include <arpa/nameser.h>
|
|
#include <sys/param.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/utsname.h>
|
|
#include <netdb.h>
|
|
|