diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-07-03 20:51:14 -0700 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2019-07-05 11:56:00 +0200 |
commit | 2b29d8356e9fb68dc595bc6d0d872895249a2430 (patch) | |
tree | 46e8bc13f975c97c60c846351d0518befd9f6d69 /utils/rtl-ais/patches | |
parent | 09ec3916a503c9f9fee179792d5f4e828cd722a3 (diff) |
rtl-ais: Add missing header
Fixes -Wimplicit-function-declaration
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/rtl-ais/patches')
-rw-r--r-- | utils/rtl-ais/patches/010-musl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/utils/rtl-ais/patches/010-musl.patch b/utils/rtl-ais/patches/010-musl.patch new file mode 100644 index 000000000..c2f078121 --- /dev/null +++ b/utils/rtl-ais/patches/010-musl.patch @@ -0,0 +1,10 @@ +--- a/tcp_listener/tcp_listener.c ++++ b/tcp_listener/tcp_listener.c +@@ -6,6 +6,7 @@ + #include <string.h> + #include <stdio.h> + #include <stdlib.h> ++#include <unistd.h> + #include <errno.h> + #include <stdio.h> + #include <pthread.h> |