mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 08:09:51 +00:00
- Use HTTPS for URL - Don't set default configure option - Refresh the patches Signed-off-by: krant <aleksey.vasilenko@gmail.com>
11 lines
242 B
Diff
11 lines
242 B
Diff
--- a/src/shared/util.h
|
|
+++ b/src/shared/util.h
|
|
@@ -18,6 +18,7 @@
|
|
#include <string.h>
|
|
#include <sys/types.h>
|
|
#include <sys/uio.h>
|
|
+#include <endian.h>
|
|
|
|
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
|
|
#define BIT(n) (1 << (n))
|