PR: 197707 Submitted by: Nikola Kolev <koue@chaosophia.net> Libosmo-netif is library containing common/shared code regarding network interfaces. It's part of Osmocom project regarding open source mobile communications. WWW: http://git.osmocom.org/libosmo-netif/
11 lines
336 B
C
11 lines
336 B
C
--- examples/ipa-stream-server.c.orig 2014-09-08 08:52:08.000000000 +0300
|
|
+++ examples/ipa-stream-server.c 2015-02-16 17:05:21.000000000 +0200
|
|
@@ -4,6 +4,8 @@
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
#include <arpa/inet.h>
|
|
+#include <sys/types.h>
|
|
+#include <netinet/in.h>
|
|
#include <netinet/tcp.h>
|
|
|
|
#include <osmocom/core/select.h>
|