Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/audio/alsa-plugins/files/patch-arcam-av_arcam__av.c
16166 views
1
--- arcam-av/arcam_av.c.orig 2016-03-31 13:11:29 UTC
2
+++ arcam-av/arcam_av.c
3
@@ -27,6 +27,7 @@
4
#include <signal.h>
5
#include <stddef.h>
6
#include <stdio.h>
7
+#include <string.h>
8
#include <termios.h>
9
#include <unistd.h>
10
11
@@ -37,6 +38,8 @@
12
#include <sys/stat.h>
13
#include <sys/socket.h>
14
#include <sys/un.h>
15
+
16
+#define AF_FILE AF_UNIX
17
18
#define MIN(a, b) ((a) < (b) ? (a) : (b))
19
#define MAX(a, b) ((a) > (b) ? (a) : (b))
20
21