mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -04:00
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/
8 lines
296 B
C
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>
|