rtklib: Update to 2.4.3_b32

Some minor adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-01-20 10:47:20 -08:00
committed by Nuno Goncalves
parent 64c358876e
commit 9a552c75b3
3 changed files with 42 additions and 9 deletions
+12
View File
@@ -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