summaryrefslogtreecommitdiff
path: root/audio/calf/files/patch-src_calf_osctl.h
blob: 4d1fe7be00caffbfd1bda82cf177b03cfb280b67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/calf/osctl.h.orig	2014-01-26 21:24:40 UTC
+++ src/calf/osctl.h
@@ -26,7 +26,10 @@
 #include <vector>
 #include <string.h>
 #include <errno.h>
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
+#include <arpa/inet.h>
 #include <netdb.h>
 #include <iostream>