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..73148947f48d --- /dev/null +++ b/audio/calf/files/patch-src__calf__osctl.h @@ -0,0 +1,13 @@ +--- src/calf/osctl.h.orig ++++ 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> + |
