blob: b0b3009489f94d8e33968989654b61aa9f30b7db (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- 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>
|