ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/utils/rtklib/patches/010-musl.patch b/external/subpack/utils/rtklib/patches/010-musl.patch
new file mode 100644
index 0000000..14a405f
--- /dev/null
+++ b/external/subpack/utils/rtklib/patches/010-musl.patch
@@ -0,0 +1,12 @@
+--- a/src/stream.c
++++ b/src/stream.c
+@@ -81,6 +81,9 @@
+ #include <netinet/in.h>
+ #include <netinet/tcp.h>
+ #include <arpa/inet.h>
++#ifndef _POSIX_SOURCE
++#define _POSIX_SOURCE
++#endif
+ #include <netdb.h>
+ #endif
+