ports/devel/libosmo-netif/files/patch-abis-ipa-stream-client.c
Jan Beich 9b82d28acc Add new port: devel/libosmo-netif
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/
2015-02-24 07:37:50 +00:00

8 lines
296 B
C

--- src/channel/abis/ipa_stream_client.c.orig 2015-02-16 17:12:17.000000000 +0200
+++ src/channel/abis/ipa_stream_client.c 2015-02-16 17:09:59.000000000 +0200
@@ -1,4 +1,5 @@
#include <stdlib.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <sys/socket.h>