mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
rtklib: Update to 2.4.3_b32
Some minor adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Nuno Goncalves
parent
64c358876e
commit
9a552c75b3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user