diff options
Diffstat (limited to 'audio/calf/files/patch-src_calf_osctl.h')
-rw-r--r-- | audio/calf/files/patch-src_calf_osctl.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/calf/files/patch-src_calf_osctl.h b/audio/calf/files/patch-src_calf_osctl.h new file mode 100644 index 000000000000..4d1fe7be00ca --- /dev/null +++ b/audio/calf/files/patch-src_calf_osctl.h @@ -0,0 +1,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> + |